Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imbolc committed Jun 26, 2024
1 parent 05d5bad commit dee7b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
components: clippy

- name: Clippy
run: cargo clippy --features ci --bins --examples --tests -- -D warnings
run: cargo clippy --bins --examples --tests -- -D warnings

test:
runs-on: ubuntu-latest
Expand All @@ -55,7 +55,7 @@ jobs:
toolchain: stable

- name: Cargo test
run: cargo test --features ci --bins --examples --tests
run: cargo test --bins --examples --tests

readme:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dee7b2b

Please sign in to comment.