diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-05-29 15:50:39 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-05-30 15:18:20 -0400 |
| commit | 308c83567660e7612e522cca6c9ad7523f9531fa (patch) | |
| tree | 8d1a9da7efe155d73d3d24c183020d5c03628c30 | |
| parent | 72452f43871b8034bfa718ed823bc62b5b81d6f9 (diff) | |
[PRISM] Un-exclude the encoding tests
| -rw-r--r-- | .github/workflows/prism.yml | 2 |
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 |
