Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 13:12:12 +02:00 committed by GitHub
parent 899f832b36
commit 464d30b06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -71,10 +71,18 @@ jobs:
run: ./tlang typecheck source/tlang/testing/typecheck/simple_string.t
- name: Simple array
run: ./tlang typecheck source/tlang/testing/typecheck/simple_array.t
- name: Collide container module1
run: ./tlang typecheck source/tlang/testing/collide_container_module1.t
- name: Collide container module2
run: ./tlang typecheck source/tlang/testing/collide_container_module2.t
- name: Collide container non-module
run: ./tlang typecheck source/tlang/testing/collide_container_non_module.t
- name: Collide container
run: ./tlang typecheck source/tlang/testing/collide_container.t
- name: Collide member
run: ./tlang typecheck source/tlang/testing/collide_member.t