Skip to content

Commit

Permalink
fix hotfix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Sep 25, 2023
1 parent a520d65 commit b2d0a72
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ jobs:
with:
compiler: ${{ matrix.dc }}

- name: Run workspace-d tests
run: dub test :workspace-d
timeout-minutes: 30
env:
MACOSX_DEPLOYMENT_TARGET: '10.12'

- name: serialization tests
run: dub test :protocol
timeout-minutes: 10
env:
# shouldn't break other OSes
MACOSX_DEPLOYMENT_TARGET: '10.12'

- name: LSP tests
run: dub test :lsp
timeout-minutes: 10
Expand Down Expand Up @@ -71,10 +58,3 @@ jobs:
timeout-minutes: 30
env:
MACOSX_DEPLOYMENT_TARGET: '10.12'

- name: Run standalone tests
run: ./runtests.sh
working-directory: ./test
timeout-minutes: 30
env:
MACOSX_DEPLOYMENT_TARGET: '10.12'

0 comments on commit b2d0a72

Please sign in to comment.