summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-02 10:45:46 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-02 11:27:05 -0400
commit398453c3c0a1e516fda342a9dbdb27f7ed981de2 (patch)
treedbcc820f2251f9ceb9024e28a749958081edf07e /.github/workflows
parentc78cebb469fe56b45ee5daad16ae976b7760497c (diff)
[PRISM] Fix param names for repeated splats
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 9f2edf041c..128fb87d28 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="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/newline_test.rb"'
RUN_OPTS: ${{ matrix.run_opts }}
- name: make test-prism-spec