Skip to content

Commit

Permalink
ci: fix fmt-check
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Aug 2, 2024
1 parent fdf8471 commit 3d73e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
run: make clippy
env:
RUSTFLAGS: "-Z threads=8"
- name: Format lints
run: make fmt
- name: Check format
run: make fmt-check
env:
RUSTFLAGS: "-Z threads=8"
- name: Clean cargo cache
Expand Down

0 comments on commit 3d73e53

Please sign in to comment.