Skip to content

Commit

Permalink
CI: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 15, 2024
1 parent 3e04cfc commit cc875f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,20 +210,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- name: Clippy - default
run: cargo clippy --all-targets
env:
RUSTFLAGS: "-D warnings"
- name: Clippy - all features enabled
run: cargo clippy --all-targets --all-features
env:
RUSTFLAGS: "-D warnings"
- name: Clippy - all features disabled
run: cargo clippy --all-targets --no-default-features
env:
RUSTFLAGS: "-D warnings"

0 comments on commit cc875f1

Please sign in to comment.