summaryrefslogtreecommitdiff
path: root/.github/workflows/prism.yml
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-02 10:54:11 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-02 12:29:25 -0400
commit0981f03008563cbfbf01112898b8f89077ee0d29 (patch)
tree34b7c6f13ae0b900d5903655905faf06a676e074 /.github/workflows/prism.yml
parent0968b462b626c139a9619b028af8bf0bf0d906e9 (diff)
[PRISM] Enable newline test
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 128fb87d28..600bc8fc55 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/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"'
RUN_OPTS: ${{ matrix.run_opts }}
- name: make test-prism-spec