Added separate job to build&test with ASDF.
Build and Test Module / build-and-test (push) Successful in 6s Details
Build and Test Module / build-and-test-with-asdf-library (push) Successful in 11s Details

This commit is contained in:
Andrew Lalis 2026-06-14 13:35:48 -04:00
parent f68ef6f6f3
commit 416e0b220f
1 changed files with 12 additions and 0 deletions

View File

@ -17,3 +17,15 @@ jobs:
compiler: ldc-latest
- name: Build and Test
run: dub -q test
build-and-test-with-asdf-library:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup DLang
uses: dlang-community/setup-dlang@v2
with:
compiler: ldc-latest
- name: Add ASDF Library Dependencies
run: dub add asdf
- name: Build and Test
run: dub -q test