Skip to content

Commit f3cfc22

Browse files
committed
TMP
1 parent 3651aca commit f3cfc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ jobs:
738738
run: cargo install cargo-fuzz --version=^0.11.1
739739

740740
- name: Test Foundation
741-
run: cargo test $ARGS --features=$INTERESTING_FEATURES,catch-all,Foundation
741+
run: cargo test $ARGS --features=$INTERESTING_FEATURES,catch-all,Foundation -- --nocapture --test-threads=1
742742

743743
- name: Test all frameworks
744744
if: ${{ env.FULL }}

0 commit comments

Comments
 (0)