Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Apr 16, 2024
1 parent b4feb9d commit 2714a88
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 @@ -62,9 +62,9 @@ jobs:
run: cargo fmt -- --check

- name: Check clippy lints
run: cargo clippy --all-targets --no-default-features ${{ matrix.features }} -- -D clippy::pedantic
run: cargo clippy --no-default-features ${{ matrix.features }} -- -D clippy::pedantic
- name: Check clippy lints for the examples
run: cargo clippy --all-targets --no-default-features ${{ matrix.features }} --examples -- -D clippy::pedantic
run: cargo clippy --no-default-features ${{ matrix.features }} --examples -- -D clippy::pedantic

- name: Build the code
run: cargo build --no-default-features ${{ matrix.features }}
Expand Down

0 comments on commit 2714a88

Please sign in to comment.