Skip to content

Commit

Permalink
Merge pull request #261 from boozook/win-test-threads-tool
Browse files Browse the repository at this point in the history
CI: fix test-threads on windows
  • Loading branch information
boozook authored Apr 2, 2024
2 parents db91c35 + be49a84 commit cadc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🤷🏻‍♂️
Expand Down

0 comments on commit cadc417

Please sign in to comment.