Pipelines

- FIXED it (removed set e in wrong place)
- Added test for `a.t` (multi-module) test
This commit is contained in:
Tristan B. Velloza Kildaire 2024-03-31 21:08:27 +02:00
parent 5a95f8c240
commit aa7ce07e3b
1 changed files with 2 additions and 1 deletions

View File

@ -517,9 +517,10 @@ jobs:
- name: Multi-module test that returns 45
run:
set +e
./tlang compile source/tlang/testing/modules/a.t
./tlang.out
set +e
if [ $? = 45 ]
then
exit 0