Skip to content

Commit d1a1867

Browse files
authored
Update CI (#39)
* Update CI * Update CI
1 parent ca49432 commit d1a1867

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
uses: dlang-community/setup-dlang@v2
3232
with:
3333
compiler: ${{ matrix.dc }}
34+
dub: 1.38.1
3435
- name: Run tests
36+
shell: bash
3537
run: |
36-
dub test --compiler=${DC}
38+
dub test
3739
dub build --root=examples/publisher/
3840
dub build --root=examples/subscriber/

0 commit comments

Comments
 (0)