diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 978bab3..5363a97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,14 +44,13 @@ jobs: cd build ls - name: test single rom (bash) - shell: bash + # 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 + dir cd build - ls + dir - name: pytest shell: bash run: |