.github/workflows/test.yaml in lrama-0.6.10 vs .github/workflows/test.yaml in lrama-0.6.11
- old
+ new
@@ -184,6 +184,10 @@
sudo apt-get install -q -y pkg-config${arch} || :
- run: sudo apt-get --purge remove bison
- 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' }}