Skip to content

Commit dced941

Browse files
committed
fix
1 parent ef532af commit dced941

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/mingw.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,6 @@ jobs:
152152
BUNDLER_VERSION:
153153
if: ${{ matrix.test_task == 'check' || matrix.test_task == 'test-all' || StartsWith(matrix.test_task, 'test/') }}
154154

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-
162155
- uses: ./src/.github/actions/slack
163156
with:
164157
label: ${{ matrix.msystem }} / ${{ matrix.test_task }}

0 commit comments

Comments
 (0)