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 41103c2 commit dccd961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
cd tests
make
ls build
- name: test single rom
# shell: bash
run: |
cd tests
python test.py
# - name: test single rom
# # shell: bash
# run: |
# cd tests
# python test.py
- name: pytest
# shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


subprocess.call([
"../bgb/bgb64.exe",
"../bgb/bgb.exe",
"-set \"DebugSrcBrk=1\"",
"-autoexit",
"-hf",
Expand Down

0 comments on commit dccd961

Please sign in to comment.