1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-06-07 11:29:32 +00:00

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

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