Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Dec 25, 2023
1 parent 210a4a4 commit 2dc363f
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 @@ -30,8 +30,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run cargo check
run: cargo check --all --all-features
# - name Run cargo clippy
# run: cargo clippy --all --all-features
- name Run cargo clippy
run: cargo clippy --all --all-features -- -D warnings
- name: Run cargo test
run: cargo test --all --all-features

Expand Down

0 comments on commit 2dc363f

Please sign in to comment.