Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
TMP
  • Loading branch information
madsmtm committed Sep 20, 2023
1 parent 44fe66b commit f497013
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,6 @@ jobs:
test-gnustep:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
needs:
- fmt
- lint

strategy:
matrix:
Expand Down Expand Up @@ -722,7 +719,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 f497013

Please sign in to comment.