From 308c83567660e7612e522cca6c9ad7523f9531fa Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 29 May 2024 15:50:39 -0400 Subject: [PATCH] [PRISM] Un-exclude the encoding tests --- .github/workflows/prism.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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