Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Apr 1, 2024
1 parent 1a9633d commit f3e1c47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,16 @@ jobs:
toolchain: ${{ matrix.toolchain }}
- name: "`cargo check`"
run: cargo check --all-targets --all-features
- name: "`cargo deny`"
uses: EmbarkStudios/cargo-deny-action@v1
- name: "`cargo test`"
run: cargo test --no-fail-fast --verbose --locked
clippy:
name: Clippy
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: rust-toolchain
uses: dtolnay/rust-toolchain@stable
- name: "`cargo deny`"
uses: EmbarkStudios/cargo-deny-action@v1
- name: "`cargo clippy`"
run: cargo clippy --all-targets --all-features

0 comments on commit f3e1c47

Please sign in to comment.