Update d.yml

pull/28/merge
Tristan B. V. Kildaire 9 months ago committed by GitHub
parent c1da2e6296
commit f7a8631729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,6 +63,8 @@ jobs:
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: Install Doveralls (code coverage tool)
run: dub fetch doveralls
- name: DUB unit tests with coverage
run: dub test --coverage

Loading…
Cancel
Save