summaryrefslogtreecommitdiff
path: root/.github/workflows/prism.yml
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-20 11:33:55 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-20 12:28:47 -0400
commit6c07aa364d26c686418843de75234e00a4b9b41d (patch)
tree0e14e2d5e15411e05cccb6461cc70ad48b2aef20 /.github/workflows/prism.yml
parenta708b6aa6589b06ed059ad40e7d4e71ebe0e16e3 (diff)
[PRISM] Remove old prism spec workflow, just use default.mspec now
Diffstat (limited to '.github/workflows/prism.yml')
-rw-r--r--.github/workflows/prism.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/prism.yml b/.github/workflows/prism.yml
index 78b6469db1..63abd09cb8 100644
--- a/.github/workflows/prism.yml
+++ b/.github/workflows/prism.yml
@@ -95,9 +95,9 @@ jobs:
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
+ - name: make test-spec
run: |
- $SETARCH make -s test-prism-spec SPECOPTS="$SPECOPTS"
+ $SETARCH make -s test-spec SPECOPTS="$SPECOPTS"
timeout-minutes: 10
env:
GNUMAKEFLAGS: ''