We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef532af commit dced941Copy full SHA for dced941
.github/workflows/mingw.yml
@@ -152,13 +152,6 @@ jobs:
152
BUNDLER_VERSION:
153
if: ${{ matrix.test_task == 'check' || matrix.test_task == 'test-all' || StartsWith(matrix.test_task, 'test/') }}
154
155
- - name: test-spec
156
- timeout-minutes: 10
157
- run: |
158
- make ${{ StartsWith(matrix.test_task, 'spec/') && matrix.test_task || 'test-spec' }}
159
- shell: cmd
160
- if: ${{ matrix.test_task == 'check' || matrix.test_task == 'test-spec' || StartsWith(matrix.test_task, 'spec/') }}
161
-
162
- uses: ./src/.github/actions/slack
163
with:
164
label: ${{ matrix.msystem }} / ${{ matrix.test_task }}
0 commit comments