From 754bf05089fe552406da41eadaf5415d30bae961 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 00:44:21 +0200 Subject: [PATCH] ..... --- .github/workflows/test.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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