summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-03-13 12:23:04 -0400
committerKevin Newton <kddnewton@gmail.com>2024-03-13 14:25:03 -0400
commitf0b5d0ad5460a9bba717ba08fe027a738b7201b2 (patch)
treef9c5a3de8d7dba0a70bfaa6ac340a980ecfc07dc /.github/workflows
parentfa009e392c1059c7bd56c8e69dccba17ad7cb353 (diff)
[PRISM] Turn on more tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/prism.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/prism.yml b/.github/workflows/prism.yml
index 87862b8a34..87cbdcd615 100644
--- a/.github/workflows/prism.yml
+++ b/.github/workflows/prism.yml
@@ -92,7 +92,7 @@ jobs:
timeout-minutes: 40
env:
GNUMAKEFLAGS: ''
- 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="irb/test_context.rb" --exclude="prism/encoding_test.rb" --exclude="prism/unescape_test.rb"'
+ 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