Skip to content

Commit 5d3e4af

Browse files
committed
Build benchmarks in GitHub actions
1 parent 0e813cc commit 5d3e4af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Build
1919
run: cargo test --workspace --verbose --no-run
20+
- name: Build benches
21+
run: cargo build --benches --all-features
2022
- name: Run tests
2123
run: cargo test --workspace --verbose

0 commit comments

Comments
 (0)