Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 12:52:55 +02:00 committed by GitHub
parent 6c219d87dd
commit 01a3011c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -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