diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3dcc90d..579bc99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,8 @@ jobs: - name: Run wine run: | cd tests - /usr/bin/env wine ../bgb/bgb.exe -set \"DebugSrcBrk=1\" -hf -stateonexit -screenonexit build/wav_test_load_and_play.bmp build/wav_test_load_and_play.gb + WINEDEBUG=fixme-all wine ../bgb/bgb.exe -set \"DebugSrcBrk=1\" -hf -stateonexit -screenonexit build/wav_test_load_and_play.bmp build/wav_test_load_and_play.gb + ls -alF # - name: Test with pytest # run: | # cd tests