Skip to content

Commit fa4a15c

Browse files
committed
fix cargo config.toml file
1 parent e39de53 commit fa4a15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ lint-vscode = "clippy --message-format=json-diagnostic-rendered-ansi --all-targe
7777

7878
docs = "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"
8282
testdocs = "test --doc --release"
8383

8484
# Rust formatting, MUST be run with +nightly

0 commit comments

Comments
 (0)