Disabled 'test3.t' as it is not the focus rn

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-12 09:57:13 +02:00
parent b4a02addcf
commit d99b23d64c
1 changed files with 3 additions and 2 deletions

View File

@ -201,8 +201,9 @@ jobs:
# run: ./tlang typecheck source/tlang/testing/simple1_oop.t
- name: Simple name recognition
run: ./tlang typecheck source/tlang/testing/simple2_name_recognition.t
- name: test3
run: ./tlang typecheck source/tlang/testing/test3.t
# TODO: Re-enable OOP when we start focusing on it again
#- name: test3
# run: ./tlang typecheck source/tlang/testing/test3.t
- name: Simple literals
run: ./tlang typecheck source/tlang/testing/simple_literals.t