From 701990ef9f7c760023967ec8e95376e9c9f4804e Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 00:38:04 +0200 Subject: [PATCH] test bash --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: |