diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8de4b15..3e4e6b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,14 +36,18 @@ jobs: cd tests make ls build - - name: test single rom - # shell: bash + - name: test single rom (python) run: | cd tests python test.py ls cd build ls + - name: test single rom (bash) + shell: bash + run: | + cd tests + ../bgb/bgb64.exe -set "DebugSrcBrk=1" -autoexit -hf -stateonexit build/wav_test_load_and_play.gb - name: pytest shell: bash run: |