diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8c10f4..003ae1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,13 +37,11 @@ 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) + shell: bash + run: | + cd tests + python test.py - name: test single rom (bash) shell: bash run: |