Skip to content

Commit

Permalink
CI: fix test-threads on windows πŸ€·πŸ»β€β™‚οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Apr 2, 2024
1 parent db91c35 commit be49a84
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 be49a84

Please sign in to comment.