summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-29 15:50:39 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-30 15:18:20 -0400
commit308c83567660e7612e522cca6c9ad7523f9531fa (patch)
tree8d1a9da7efe155d73d3d24c183020d5c03628c30
parent72452f43871b8034bfa718ed823bc62b5b81d6f9 (diff)
[PRISM] Un-exclude the encoding tests
-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 63abd09cb8..56d7298193 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"'
+ RUBY_TESTOPTS: '-q --tty=no --excludes-dir="../src/test/.excludes-prism" --exclude="error_highlight/test_error_highlight.rb"'
RUN_OPTS: ${{ matrix.run_opts }}
- name: make test-spec