Skip to content

Commit

Permalink
fix verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Apr 30, 2024
1 parent 4509721 commit 944787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case $TARGET in
# ;;

test-integration)
cargo build --release --package runtime-integration-tests --vv
cargo build --release --package runtime-integration-tests -vv

echo "NOW TESTING"
cargo test --release --package runtime-integration-tests --features fast-runtime &
Expand Down

0 comments on commit 944787f

Please sign in to comment.