Skip to content

Commit

Permalink
Merge branch 'tomas/fix-fmt-check'
Browse files Browse the repository at this point in the history
* origin/tomas/fix-fmt-check:
  ci: fix fmt-check
  • Loading branch information
Fraccaman committed Aug 2, 2024
2 parents fdf8471 + 3d73e53 commit 27e9d91
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 27e9d91

Please sign in to comment.