Skip to content

Commit

Permalink
test(ci): run cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Nov 9, 2024
1 parent 49981e0 commit 90eeb35
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,9 @@ jobs:
if: ${{ contains(matrix.os, 'ubuntu') }}
run: |
cargo fmt --all --check
- name: Test installation via cargo-binstall (${{ matrix.os }} native)
if: ${{ false }}
# if: ${{ github.event_name == 'pull_request' }}
- name: Lint Rust
run: |
cargo binstall pacaptr --manifest-path=./Cargo.toml --dry-run --strategies=crate-meta-data --log-level=debug
- name: Test installation via cargo-binstall (${{ matrix.target2 }})
if: ${{ false }}
# if: ${{ github.event_name == 'pull_request' }}
run: |
cargo binstall pacaptr --manifest-path=./Cargo.toml --dry-run --strategies=crate-meta-data --log-level=debug --targets=${{ matrix.target2 }}
cargo clippy --all-targets --all-features
- name: Build
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit 90eeb35

Please sign in to comment.