Skip to content

Commit

Permalink
chores: cargo is now available on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristramg committed Oct 6, 2024
1 parent 86edfd6 commit 4dd4a23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo build
Expand Down

0 comments on commit 4dd4a23

Please sign in to comment.