Skip to content

Commit 61bad5f

Browse files
Show cargo output in CI logs
1 parent fad97e3 commit 61bad5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check-benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x;
55
bash -c "while true; do sleep 30; echo \$(date) - running ...; done" &
66
PING_LOOP_PID=$!
77
trap - ERR
8-
RUST_BACKTRACE=1 RUST_LOG=collector=debug,rust_sysroot=debug \
8+
RUST_BACKTRACE=1 RUST_LOG=collector_raw_cargo=trace,collector=debug,rust_sysroot=debug \
99
cargo run -p collector --bin collector -- \
1010
bench_test $BENCH_TEST_OPTS
1111
code=$?

0 commit comments

Comments
 (0)