Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Sep 23, 2024
1 parent d84b98b commit 9760faf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
toolchain: '${{ env.RUST_TOOLCHAIN }}'

# Compile, but don't run.
- run: cargo test --no-run
Expand All @@ -38,8 +38,6 @@ jobs:

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
toolchain: '${{ env.RUST_TOOLCHAIN }}'

- run: cargo install cargo-fmt

- run: cargo fmt --all -- --check
- run: cargo fmt --all --check

0 comments on commit 9760faf

Please sign in to comment.