Skip to content

Commit

Permalink
WIP omit check too
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 16, 2024
1 parent 91bf177 commit b2224c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cargo --version
cargo install cargo-nextest

cargo fmt --all --check && \
cargo check --profile=ci && \
# 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 test --profile=ci --doc
Expand Down

0 comments on commit b2224c3

Please sign in to comment.