summaryrefslogtreecommitdiff
path: root/.github/workflows/prism.yml
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-01 19:19:33 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-02 10:34:10 -0400
commit2eefbef2eeeed8690daff5f111a36f72711a474c (patch)
tree5694b7713a7be03878b22f7bb22174a4fabaedcf /.github/workflows/prism.yml
parent41977ef59585d1ee42ffcb546aa80f071512b257 (diff)
[PRISM] Enable test_ast.rb
Diffstat (limited to '.github/workflows/prism.yml')
-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 95a36f1634..9f2edf041c 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="error_highlight/test_error_highlight.rb" --exclude="prism/encoding_test.rb" --exclude="prism/locals_test.rb" --exclude="prism/newline_test.rb"'
+ RUBY_TESTOPTS: '-q --tty=no --excludes-dir="../src/test/.excludes-prism" --exclude="error_highlight/test_error_highlight.rb" --exclude="prism/encoding_test.rb" --exclude="prism/locals_test.rb" --exclude="prism/newline_test.rb"'
RUN_OPTS: ${{ matrix.run_opts }}
- name: make test-prism-spec