From addb3a3c6c8dc16b8fe2a5fa08b65e3d84b78439 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sat, 27 Jul 2024 01:59:25 +0200 Subject: [PATCH] CI: Extend dub tests by dmd:frontend library build --- .github/workflows/build_with_dub.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_with_dub.yml b/.github/workflows/build_with_dub.yml index 7e1163baeb..08047ddabb 100644 --- a/.github/workflows/build_with_dub.yml +++ b/.github/workflows/build_with_dub.yml @@ -17,5 +17,8 @@ jobs: - name: Install Host D compiler uses: dlang-community/setup-dlang@v1 - - name: Invoke dub + - name: Build and run compiler run: dub run dmd:compiler -- --version + + - name: Build frontend library + run: dub build dmd:frontend