From 01a3011c230b366cda6bb0e05e667feb442e30e4 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 26 Mar 2023 12:52:55 +0200 Subject: [PATCH] Update d.yml --- .github/workflows/d.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 2086a410..95e1a322 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -15,11 +15,11 @@ permissions: contents: read jobs: - test: + build: name: Build strategy: matrix: - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest] dc: [dmd-2.101.0] exclude: - { os: macOS-latest, dc: dmd-2.085.0 } @@ -41,4 +41,14 @@ jobs: with: name: tbin path: tlang + + test: + needs: build + name: RUn compiler tests + runs-on: ubuntu-latest + steps: + - name: Download math result for job 1 + uses: actions/download-artifact@v3 + with: + name: tbin