.github/workflows/test.yaml in lrama-0.5.0 vs .github/workflows/test.yaml in lrama-0.5.1
- old
+ new
@@ -20,10 +20,24 @@
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rspec
+ steep-check:
+ runs-on: ubuntu-20.04
+ strategy:
+ fail-fast: false
+ matrix:
+ ruby: ['head']
+ steps:
+ - uses: actions/checkout@v3
+ - uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: ${{ matrix.ruby }}
+ bundler-cache: true
+ - run: bundle install
+ - run: bundle exec steep check
test-ruby:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -68,7 +82,7 @@
autoconf
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 YACC=$(readlink -f $(pwd)/../tool/lrama/exe/lrama)
+ - run: make
- run: make test-all