File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ lint-vscode = "clippy --message-format=json-diagnostic-rendered-ansi --all-targe
7777
7878docs = " doc --release --no-deps --document-private-items --bins --lib --examples"
7979# nightly docs build broken... when they are'nt we can enable these docs... --unit-graph --timings=html,json -Z unstable-options"
80- testunit = " nextest run --release --bins --lib --tests --benches -- no-fail-fast -P ci"
81- testcov = " llvm-cov nextest --release --bins --lib --tests --benches -- no-fail-fast -P ci"
80+ testunit = " nextest run --release --bins --lib --tests --no-fail-fast -P ci"
81+ testcov = " llvm-cov nextest --release --bins --lib --tests --no-fail-fast -P ci"
8282testdocs = " test --doc --release"
8383
8484# Rust formatting, MUST be run with +nightly
You can’t perform that action at this time.
0 commit comments