Skip to content

Commit 8eec963

Browse files
committed
Build benchmarks in GitHub actions
1 parent 0cc9dd7 commit 8eec963

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ jobs:
4040
run: cargo test --workspace --verbose --no-run
4141
- name: Run tests
4242
run: cargo test --workspace --verbose
43+
- name: Build benches
44+
run: cargo build --benches --all-features
45+
- name: Run tests
46+
run: cargo test --workspace --verbose

0 commit comments

Comments
 (0)