Pipelines

- Added `simple_return_expressionless.t` as an emit test
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-07 10:04:21 +02:00
parent 301a6615ad
commit 0cabb6e921
1 changed files with 4 additions and 0 deletions

View File

@ -475,6 +475,10 @@ jobs:
run: |
chmod +x extern_test.sh
./extern_test.sh
- name: Simple expressionless return
run: |
./tlang compile source/tlang/testing/simple_return_expressionless.t
./tlang.out
# Array support