Skip to content

Commit

Permalink
make roms beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent da7ccfc commit 652228a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
cd tests
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: make roms
shell: bash
run: |
cd tests
make
ls build
- name: pytest
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TESTROMS = $(TESTS:%.c=$(BLDDIR)/%.gb)
BGBDIR = ../bgb


all: clean mkdirs build-all
all: clean mkdirs $(BGBDIR) build-all

.PHONY: clean
clean:
Expand Down

0 comments on commit 652228a

Please sign in to comment.