Update d.yml

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

View File

@ -179,4 +179,13 @@ jobs:
run: |
./tlang compile source/tlang/testing/simple_for_loops.t
./tlang.out
- name: Simple cast
run: |
./tlang compile source/tlang/testing/simple_cast.t
./tlang.out
- name: Simple pointer
run: |
./tlang compile source/tlang/testing/simple_pointer.t
./tlang.out