Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Sep 20, 2023
1 parent 5816505 commit d3a24c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ jobs:
run: cargo install cargo-fuzz --version=^0.11.2

- name: Test Foundation
run: cargo test $ARGS --features=$INTERESTING_FEATURES,catch-all,Foundation_all
run: cargo test $ARGS --features=$INTERESTING_FEATURES,catch-all,Foundation_all -- --test-threads=1 --nocapture

- name: Test all frameworks
if: ${{ env.FULL }}
Expand Down

0 comments on commit d3a24c3

Please sign in to comment.