mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-27 17:29:18 +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:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- uses: dlang-community/setup-dlang@v1
|
- uses: dlang-community/setup-dlang@v1
|
||||||
|
with:
|
||||||
|
compiler: ${{ matrix.dc }}
|
||||||
- run: dub build --compiler=$DC
|
- run: dub build --compiler=$DC
|
||||||
- run: dub test --compiler=$DC
|
- run: dub test --compiler=$DC
|
||||||
|
Loading…
Reference in New Issue
Block a user