From f497013e97452d7a3a4bf12aef1c74d1e40edeeb Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 20 Sep 2023 16:20:17 +0200 Subject: [PATCH] TMP TMP --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c0595d5b..378aa978b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -540,9 +540,6 @@ jobs: test-gnustep: name: ${{ matrix.name }} runs-on: ${{ matrix.os || 'ubuntu-latest' }} - needs: - - fmt - - lint strategy: matrix: @@ -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 }}