Update d.yml

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

View File

@ -171,10 +171,10 @@ jobs:
run: |
./tlang compile source/tlang/testing/simple_while.t
./tlang.out
- name: Simple do-while
run: |
./tlang compile source/tlang/testing/simple_do_while.t
./tlang.out
#- name: Simple do-while
# run: |
# ./tlang compile source/tlang/testing/simple_do_while.t
# ./tlang.out
- name: Simple for-loops
run: |
./tlang compile source/tlang/testing/simple_for_loops.t