Skip to content

Commit

Permalink
Fix benches CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed May 24, 2024
1 parent ba7f515 commit ba428a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
toolchain: nightly
components: clippy, rustfmt
- name: Change dir
run: cd benches/
- name: Rustfmt
run: cargo fmt --all -- --check
- name: Clippy
Expand Down

0 comments on commit ba428a2

Please sign in to comment.