Skip to content

Commit

Permalink
Specify --parser for RUN_OPTS and SPECOPTS when run test-all
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Dec 22, 2024
1 parent e606e44 commit a6823c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,7 @@ 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:
RUN_OPTS: ${{ matrix.run_opts || '--parser=parse.y' }}
SPECOPTS: ${{ matrix.specopts || '-T --parser=parse.y' }}

0 comments on commit a6823c6

Please sign in to comment.