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

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

View File

@ -196,8 +196,9 @@ jobs:
- name: Simple module positive
run: ./tlang typecheck source/tlang/testing/simple1_module_positive.t
- name: Simple OOP
run: ./tlang typecheck source/tlang/testing/simple1_oop.t
# TODO: Re-enable OOP when we start focusing on it again
#- name: Simple OOP
# 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