We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57222a6 commit efd3d50Copy full SHA for efd3d50
hotshot.just
@@ -23,7 +23,7 @@ test-ci-rest *args:
23
# Build and run an integration test target
24
test-ci test *args:
25
echo Running integration test group {{test}}
26
- RUST_LOG=debug cargo nextest run -p hotshot-testing --profile hotshot --test {{test}} --nocapture {{args}}
+ RUST_LOG=warn cargo nextest run -p hotshot-testing --profile hotshot --test {{test}} --nocapture {{args}}
27
28
# Run all hotshot integration tests
29
test-all *args:
0 commit comments