We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21dafd commit ef532afCopy full SHA for ef532af
1 file changed
.github/workflows/rjit.yml
@@ -111,14 +111,6 @@ jobs:
111
RUBY_TESTOPTS: "-q --tty=no"
112
RUN_OPTS: ${{ matrix.run_opts }}
113
114
- - name: make test-spec
115
- run: |
116
- $SETARCH make -s test-spec RUN_OPTS="$RUN_OPTS"
117
- timeout-minutes: 10
118
- env:
119
- GNUMAKEFLAGS: ""
120
- RUN_OPTS: ${{ matrix.run_opts }}
121
-
122
- uses: ./.github/actions/slack
123
with:
124
label: ${{ matrix.run_opts }}
0 commit comments