From 14c18fd2b4a3bab729f8efd543c59272e40207df Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 26 Mar 2023 12:54:32 +0200 Subject: [PATCH] Update d.yml --- .github/workflows/d.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 95e1a322..c0392b3e 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -44,7 +44,7 @@ jobs: test: needs: build - name: RUn compiler tests + name: Run compiler tests runs-on: ubuntu-latest steps: - name: Download math result for job 1 @@ -52,3 +52,5 @@ jobs: with: name: tbin + - name: Basic test + run: tlang --help