Skip to content

Commit

Permalink
Add prism GitHub CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton authored and mame committed Jun 7, 2024
1 parent 69fbacf commit 24f4b44
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@ jobs:
- name: Run the test suite
run: |
RUBYOPT=--disable-error_highlight bundle exec rake TESTOPT=-v
prism:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: head
bundler-cache: true
- name: Run the test suite
run: |
RUBYOPT="--disable-error_highlight --parser=prism" bundle exec rake TESTOPT=-v

0 comments on commit 24f4b44

Please sign in to comment.