mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-13 16:29:29 +00:00
Add the missing part of GitHub Actions.
This commit is contained in:
parent
2b7d21ae43
commit
1da9f77458
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user