Skip to content

Commit

Permalink
test fmt works
Browse files Browse the repository at this point in the history
Signed-off-by: tabokie <[email protected]>
  • Loading branch information
tabokie committed Aug 3, 2022
1 parent 557d086 commit f28f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Format
run: |
make format
git diff --quiet || git diff
git diff --exit-code
- name: Clippy
run: make clippy
- name: Run tests
Expand Down

0 comments on commit f28f309

Please sign in to comment.