diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5363a97..64f1e6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,23 +36,23 @@ jobs: cd tests make ls build - - name: test single rom (python) - run: | - cd tests - python test.py - ls - cd build - ls + # - 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 + ../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -rom build/wav_test_load_and_play.gb dir cd build dir - - name: pytest - shell: bash - run: | - cd tests - pytest -v -s + # - name: pytest + # shell: bash + # run: | + # cd tests + # pytest -v -s