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

View File

@ -502,6 +502,13 @@ jobs:
./tlang.out
- name: Simple structs
run: |
./tlang compile source/tlang/testing/simple_structs.t
./tlang.out
##################################
####### Deployment section #######