Skip to content

Commit

Permalink
Updated CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Mar 28, 2024
1 parent 3273e95 commit 8fccd35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --workspace --all-targets -- -D clippy::all -D clippy::nursery
- name: Clippy
run: cargo clippy --no-default-features -- -D clippy::all -D clippy::nursery
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8fccd35

Please sign in to comment.