Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 0d95051 commit 0549d57
Show file tree
Hide file tree
Showing 2 changed files with 7 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
3 changes: 2 additions & 1 deletion tests/bgb_get_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ def make_and_run(rom_relative):

cmd = [
*bgb_exe,
"-set \"DebugSrcBrk=1\"",
"-autoexit"
"-hf",
"-stateonexit",
"-screenonexit", screenshot_path.absolute().as_posix(),
# "-screenonexit", screenshot_path.absolute().as_posix(),
rom_relative,
]

Expand Down

0 comments on commit 0549d57

Please sign in to comment.