Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspring committed Sep 22, 2023
1 parent 5c34d56 commit e6abf35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- name: Formatting
run: cargo fmt --check
- name: Clippy
run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
run: rustup component add clippy && cargo clippy
tests:
name: ✅ Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6abf35

Please sign in to comment.