mirror of
https://github.com/pfusik/xasm.git
synced 2026-04-19 11:18:26 +00:00
Add the missing part of GitHub Actions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user