Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 28, 2024
1 parent 23eb208 commit 9d782fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions-rs/toolchain@v1.0.7
- uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
components: rustfmt
override: 'true'
default: 'true'
toolchain: 'rust-toolchain.toml'

- name: Check code formatting
run: cargo fmt -- --check

0 comments on commit 9d782fc

Please sign in to comment.