diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c23b94b5..603704db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -249,7 +249,7 @@ jobs: - name: Test run: | - cargo test -p=cargo-playdate -- --nocapture + cargo test -p=cargo-playdate -- --nocapture ${{ runner.os == 'Windows' && '--test-threads=1' || '' }} rm -rf ./target/tmp # This test is flickering on GH CI 🤷🏻‍♂️