From f15b93b94f37b79915a6267aecf5ef4597725524 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 00:38:46 +0200 Subject: [PATCH] rm-rf snaps --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e4e6b1..978bab3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,11 @@ jobs: shell: bash run: | cd tests + rm -rf build/*.sna ../bgb/bgb64.exe -set "DebugSrcBrk=1" -autoexit -hf -stateonexit build/wav_test_load_and_play.gb + ls + cd build + ls - name: pytest shell: bash run: |