Skip to content

Commit b2d0a72

Browse files
committed
fix hotfix unittests
1 parent a520d65 commit b2d0a72

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/unittest.yml

-20
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ jobs:
2828
with:
2929
compiler: ${{ matrix.dc }}
3030

31-
- name: Run workspace-d tests
32-
run: dub test :workspace-d
33-
timeout-minutes: 30
34-
env:
35-
MACOSX_DEPLOYMENT_TARGET: '10.12'
36-
37-
- name: serialization tests
38-
run: dub test :protocol
39-
timeout-minutes: 10
40-
env:
41-
# shouldn't break other OSes
42-
MACOSX_DEPLOYMENT_TARGET: '10.12'
43-
4431
- name: LSP tests
4532
run: dub test :lsp
4633
timeout-minutes: 10
@@ -71,10 +58,3 @@ jobs:
7158
timeout-minutes: 30
7259
env:
7360
MACOSX_DEPLOYMENT_TARGET: '10.12'
74-
75-
- name: Run standalone tests
76-
run: ./runtests.sh
77-
working-directory: ./test
78-
timeout-minutes: 30
79-
env:
80-
MACOSX_DEPLOYMENT_TARGET: '10.12'

0 commit comments

Comments
 (0)