Skip to content

Commit

Permalink
run single
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent be60373 commit ad89946
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad89946

Please sign in to comment.