From ad8994607ef83a2cd161dff00de043cc7158fe8e Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Sun, 28 Jul 2024 14:50:58 +0200 Subject: [PATCH] run single --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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