Skip to content

Commit

Permalink
install tool chain for fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag committed Jul 12, 2024
1 parent 9ccaa7f commit 5780688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
env:
REDIS_URL: redis://localhost:6379
run: |
rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt
cargo fmt -- --check
cargo install junitify
cargo test -- --format=json -Z unstable-options --report-time | junitify --ignore-parse-errors --out ./test-results
Expand Down

0 comments on commit 5780688

Please sign in to comment.