Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit fe2f531

Browse files
committed
seems this isn't needed?
1 parent 3b0a1b0 commit fe2f531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/coverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ fi
7171
#shellcheck source=ci/common/limit-threads.sh
7272
source ci/common/limit-threads.sh
7373

74-
_ "$cargo" nightly --config "profile.dev.build-override.debug=true" --config "profile.release.build-override.debug=true" test --jobs "$JOBS" --target-dir target/cov --no-run "${packages[@]}"
74+
_ "$cargo" nightly test --jobs "$JOBS" --target-dir target/cov --no-run "${packages[@]}"
7575

7676
# most verbose log level (trace) is enabled for all solana code to make log!
7777
# macro code green always
78-
if RUST_LOG=solana=trace _ ci/intercept.sh "$cargo" nightly --config "profile.dev.build-override.debug=true" --config "profile.release.build-override.debug=true" test --jobs "$JOBS" --target-dir target/cov "${packages[@]}" -- --nocapture; then
78+
if RUST_LOG=solana=trace _ ci/intercept.sh "$cargo" nightly test --jobs "$JOBS" --target-dir target/cov "${packages[@]}" -- --nocapture; then
7979
test_status=0
8080
else
8181
test_status=$?

0 commit comments

Comments
 (0)