Skip to content

Commit

Permalink
WIP omit clippy instead
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 16, 2024
1 parent 94e5e21 commit 91bf177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cargo install cargo-nextest

cargo fmt --all --check && \
cargo check --profile=ci && \
cargo clippy --profile=ci --tests --examples -- -Dwarnings && \
# cargo nextest run --cargo-profile=ci --workspace --all-features --hide-progress-bar --failure-output final && \
# cargo clippy --profile=ci --tests --examples -- -Dwarnings && \
cargo nextest run --cargo-profile=ci --workspace --all-features --hide-progress-bar --failure-output final && \
cargo test --profile=ci --doc

# TODO: no_std tests
Expand Down

0 comments on commit 91bf177

Please sign in to comment.