Skip to content

Commit

Permalink
test bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 4a4061e commit 701990e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 701990e

Please sign in to comment.