Skip to content

Commit

Permalink
UPDATE: delete --all from GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
not-elm committed Mar 19, 2024
1 parent 4782af8 commit 88ca9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
components: clippy
- name: Clippy
run: cargo clippy --all --all-features
run: cargo clippy
test:
runs-on: ubuntu-latest
steps:
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Toolchain
uses: dtolnay/rust-toolchain@stable
- name: Test
run: cargo test --all-features --all
run: cargo test

0 comments on commit 88ca9e8

Please sign in to comment.