Skip to content

Commit

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

0 comments on commit 754bf05

Please sign in to comment.