summaryrefslogtreecommitdiff
path: root/.github/workflows/prism.yml
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-03-18 12:09:09 -0400
committerKevin Newton <kddnewton@gmail.com>2024-03-20 14:28:13 -0400
commit0e8b6c62a44cb674dbda2e79cf027bcc7c324ad8 (patch)
tree932cda5ff12f8727f1e0bab12de438a631a943a9 /.github/workflows/prism.yml
parent4238615432894804e8dc4dfc751d2b8c0d60ea0f (diff)
[PRISM] Enable specs in CI
Diffstat (limited to '.github/workflows/prism.yml')
-rw-r--r--.github/workflows/prism.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/prism.yml b/.github/workflows/prism.yml
index 48a88f23fd..49058c232f 100644
--- a/.github/workflows/prism.yml
+++ b/.github/workflows/prism.yml
@@ -95,13 +95,13 @@ jobs:
RUBY_TESTOPTS: '-q --tty=no --excludes-dir="../src/test/.excludes-prism" --exclude="test_ast.rb" --exclude="test_regexp.rb" --exclude="error_highlight/test_error_highlight.rb" --exclude="prism/encoding_test.rb"'
RUN_OPTS: ${{ matrix.run_opts }}
- # - name: make test-spec
- # run: |
- # $SETARCH make -s test-spec RUN_OPTS="$RUN_OPTS"
- # timeout-minutes: 10
- # env:
- # GNUMAKEFLAGS: ''
- # RUN_OPTS: ${{ matrix.run_opts }}
+ - name: make test-prism-spec
+ run: |
+ $SETARCH make -s test-prism-spec SPECOPTS="$SPECOPTS"
+ timeout-minutes: 10
+ env:
+ GNUMAKEFLAGS: ''
+ SPECOPTS: "-T -W:no-experimental -T --parser=prism"
- uses: ./.github/actions/slack
with: