Skip to content

Commit d778302

Browse files
author
Jan Jurzitza
committed
fix CI unittest
1 parent 6e9cf69 commit d778302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
uses: WebFreak001/[email protected]
2626

2727
- name: LSP tests
28-
run: dub test --root=lsp
28+
run: dub test :lsp
2929
env:
3030
# shouldn't break other OSes
3131
MACOSX_DEPLOYMENT_TARGET: '10.12'
3232

3333
- name: serverbase tests
34-
run: dub test --root=serverbase
34+
run: dub test :serverbase
3535
env:
3636
MACOSX_DEPLOYMENT_TARGET: '10.12'
3737

0 commit comments

Comments
 (0)