Skip to content

Commit

Permalink
ci: rm threads rustflag
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 14, 2024
1 parent 448b3e2 commit 092bf3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,8 @@ jobs:
run: sccache --start-server
- name: Clippy lints
run: make clippy
env:
RUSTFLAGS: "-Z threads=8"
- name: Check format
run: make fmt-check
env:
RUSTFLAGS: "-Z threads=8"
- name: Clean cargo cache
if: steps.cache.outputs.cache-hit != 'true'
run: cargo cache --autoclean-expensive
Expand Down

0 comments on commit 092bf3b

Please sign in to comment.