Skip to content

Commit

Permalink
WIP omit nextest to see where rebuilds happen
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 16, 2024
1 parent 0f82e94 commit 94e5e21
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 @@ -8,7 +8,7 @@ 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 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 94e5e21

Please sign in to comment.