From 464d30b06c44c7be35f9023cd8b11b2ffd5398f8 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 26 Mar 2023 13:12:12 +0200 Subject: [PATCH] Update d.yml --- .github/workflows/d.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index e45870cb..a54c29f2 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -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 - - + +