- Added `complex_structs.t` to pipeline
This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-15 08:32:23 +02:00
parent 8fb81e40c1
commit 8a81db0a82
1 changed files with 6 additions and 0 deletions

View File

@ -506,6 +506,12 @@ jobs:
run: |
./tlang compile source/tlang/testing/simple_structs.t
./tlang.out
- name: Complex structs
run: |
./tlang compile source/tlang/testing/complex_structs.t
./tlang.out