Add the missing part of GitHub Actions.

This commit is contained in:
Piotr Fusik 2022-11-29 13:59:41 +01:00
parent 2b7d21ae43
commit 1da9f77458
1 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,7 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- run: dub build --compiler=$DC
- run: dub test --compiler=$DC