Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Jan 19, 2025
1 parent e4fbebf commit 790d09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Check format
run: cargo fmt --all -- --check
- name: Lint
run: cargo clippy --all-targets $CARGO_FEATURES -D warnings
run: cargo clippy --all-targets $CARGO_FEATURES -- -D warnings
- name: Build
run: cargo build --all-targets $CARGO_FEATURES
- name: Test bindings
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Check format
run: cargo fmt --all -- --check
- name: Lint
run: cargo clippy --all-targets $CARGO_FEATURES -D warnings
run: cargo clippy --all-targets $CARGO_FEATURES -- -D warnings
- name: Build
run: cargo build --all-targets $CARGO_FEATURES
- name: Test bindings
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Check format
run: cargo fmt --all -- --check
- name: Lint
run: cargo clippy --all-targets $CARGO_FEATURES -D warnings
run: cargo clippy --all-targets $CARGO_FEATURES -- -D warnings
- name: Build
run: cargo build --all-targets $CARGO_FEATURES
- name: Test bindings
Expand Down

0 comments on commit 790d09f

Please sign in to comment.