Skip to content

Commit babde1c

Browse files
authoredSep 9, 2024
Merge pull request #146 from epage/bench
perf: Offer 'simd' feature for faster folding
2 parents 30a86f5 + e8ce092 commit babde1c

File tree

6 files changed

+189
-337
lines changed

6 files changed

+189
-337
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: Swatinem/rust-cache@v2
6565
- uses: taiki-e/install-action@cargo-hack
6666
- name: Default features
67-
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
67+
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --lib --bins
6868
lockfile:
6969
runs-on: ubuntu-latest
7070
steps:

0 commit comments

Comments
 (0)