Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-21 14:10:50 +02:00 committed by GitHub
parent c1da2e6296
commit f7a8631729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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