Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 13:39:19 +02:00 committed by GitHub
parent ea7699bc36
commit 009c4cf560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -91,10 +91,10 @@ jobs:
run: ./tlang typecheck source/tlang/testing/typecheck/simple_function_call.t
- name: Simple function call 1
run: ./tlang typecheck source/tlang/testing/typecheck/simple_function_call_1.t
- name: Simple float constant
run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant.t
- name: Simple float constant bad
run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant_bad.t
# - name: Simple float constant
# run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant.t
# - name: Simple float constant bad
# run: ./tlang typecheck source/tlang/testing/typecheck/simple_float_constant_bad.t
- name: Simple string
run: ./tlang typecheck source/tlang/testing/typecheck/simple_string.t
- name: Simple array