Skip to content

Commit

Permalink
ci: ensure benchmarks build (#47881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges authored Jan 19, 2024
1 parent 37f9b25 commit d184d71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ jobs:
run: cargo fmt --check
shell: bash
- name: build
run: cargo fetch && make
run: RUSTFLAGS="-D warnings" make
shell: bash
- name: check
run: RUSTFLAGS="-D warnings" make check
shell: bash
- name: cargo bench --no-run
run: RUSTFLAGS="-D warnings" cargo bench --no-run
shell: bash
- name: clippy
run: cargo clippy -- -D warnings
shell: bash
Expand Down

0 comments on commit d184d71

Please sign in to comment.