Skip to content

Commit

Permalink
Merge pull request #488 from yui-knk/specify_options
Browse files Browse the repository at this point in the history
Specify `--parser` for RUN_OPTS and SPECOPTS when run test-all
  • Loading branch information
yui-knk authored Dec 22, 2024
2 parents 9cb2e6f + 3bf93e6 commit 7ee8adc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,8 @@ jobs:
- run: ../autogen.sh
- run: ../configure -C --disable-install-doc
- run: make
- run: make test-all
- run: make test-all RUN_OPTS="$RUN_OPTS" SPECOPTS="$SPECOPTS"
env:
EXCLUDES: '../test/.excludes-parsey'
RUN_OPTS: ${{ matrix.run_opts || '--parser=parse.y' }}
SPECOPTS: ${{ matrix.specopts || '-T --parser=parse.y' }}

0 comments on commit 7ee8adc

Please sign in to comment.