Skip to content

Commit efd3d50

Browse files
committed
rust log to warn
1 parent 57222a6 commit efd3d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hotshot.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test-ci-rest *args:
2323
# Build and run an integration test target
2424
test-ci test *args:
2525
echo Running integration test group {{test}}
26-
RUST_LOG=debug cargo nextest run -p hotshot-testing --profile hotshot --test {{test}} --nocapture {{args}}
26+
RUST_LOG=warn cargo nextest run -p hotshot-testing --profile hotshot --test {{test}} --nocapture {{args}}
2727

2828
# Run all hotshot integration tests
2929
test-all *args:

0 commit comments

Comments
 (0)