diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4521e20..767bb19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,12 @@ jobs: cd tests make ls build - - name: pytest + - name: test single rom shell: bash run: | - cd tests - pytest -v -s + bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -screenonexit build/wav_test_load_and_play.bmp build/wav_test_load_and_play.gb + # - name: pytest + # shell: bash + # run: | + # cd tests + # pytest -v -s