Skip to content

Commit

Permalink
ci: Build benches to make sure they don't bit-rot
Browse files Browse the repository at this point in the history
- Integrate bench build step into GitHub Actions workflow
  • Loading branch information
huitseeker committed Jun 19, 2023
1 parent bf1aac3 commit a1b6b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: cargo build --target wasm32-unknown-unknown
- name: Build examples
run: cargo build --examples --verbose
- name: Build benches
run: cargo build --benches --verbose
- name: Run tests
run: cargo +stable test --release --verbose
- name: Check Rustfmt Code Style
Expand Down

0 comments on commit a1b6b4c

Please sign in to comment.