diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af8c17a..0d8bf2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,14 +38,14 @@ jobs: ls build working-directory: ./tests - name: test single rom (python) - shell: bash + # shell: bash run: | cd tests python test.py - name: test single rom (bash) shell: bash run: | - ../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -rom build/wav_test_load_and_play.gb + ../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -screenonexit -rom build/wav_test_load_and_play.gb working-directory: ./tests - run: | ls -alF