diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9643efc6..d1f611d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -137,8 +137,12 @@ jobs: - name: Test run: | + rm -rf ./target/tmp || true + cargo test -p=cargo-playdate -- --nocapture --test-threads=1 + rm -rf ./target/tmp || true + - name: Install run: | cargo install -p=cargo-playdate --debug