Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Sep 14, 2023
1 parent 445ac18 commit a70e163
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 @@ -64,8 +64,8 @@ jobs:

- name: Run cargo clippy
run: cargo clippy --workspace --all-targets -- -D warnings
- name: Run cargo clippy withoult default features
run: cargo clippy --workspace --all-targets --no-default-features -- -D warnings
# - name: Run cargo clippy withoult default features
# run: cargo clippy --workspace --all-targets --no-default-features -- -D warnings

- name: Run cargo doc
run: cargo doc --no-deps --workspace --document-private-items
Expand Down

0 comments on commit a70e163

Please sign in to comment.