Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 13:23:54 +02:00 committed by GitHub
parent 64500ea2d2
commit 4e37078276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ jobs:
run: ./tlang typecheck source/tlang/testing/test3.t
emit:
needs: build
needs: [build, unittests]
name: Emit tests
runs-on: ubuntu-latest
steps: