Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 13:32:22 +02:00 committed by GitHub
parent 5bdd985428
commit 3a8d856fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -125,6 +125,19 @@ jobs:
- name: test3
run: ./tlang typecheck source/tlang/testing/test3.t
- name: Simple literals
run: ./tlang typecheck source/tlang/testing/simple_literals.t
- name: Simple literals 2
run: ./tlang typecheck source/tlang/testing/simple_literals2.t
- name: Simple literals 3
run: ./tlang typecheck source/tlang/testing/simple_literals3.t
- name: Simple literals 4
run: ./tlang typecheck source/tlang/testing/simple_literals4.t
- name: Simple literals 5
run: ./tlang typecheck source/tlang/testing/simple_literals5.t
- name: Simple literals 6
run: ./tlang typecheck source/tlang/testing/simple_literals6.t
emit:
needs: [build, unittests]
name: Emit tests