We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2cd27 commit c53205fCopy full SHA for c53205f
Makefile
@@ -107,12 +107,12 @@ test-docs:
107
cargo test --doc --features doctest-private
108
109
test-release:
110
- cargo nextest run --release --workspace --no-fail-fast
+ cargo nextest run --profile quick --workspace --no-fail-fast
111
112
test-release-docs:
113
# nextest doesn't run doctests https://github.com/nextest-rs/nextest/issues/16
114
# see also lib.rs::doctest_private
115
- cargo test --release --doc --features doctest-private
+ cargo test --profile quick --doc --features doctest-private
116
117
codecov:
118
cargo llvm-cov --workspace --codecov --output-path lcov.info
0 commit comments