Pipelines

- Added test for `a.t` (multi-module) test
This commit is contained in:
Tristan B. Velloza Kildaire 2024-03-31 21:07:24 +02:00
parent 5c7a22e772
commit 5a95f8c240
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ jobs:
run:
set +e
./tlang compile source/tlang/testing/modules/a.t
./tlang.out
if [ $? = 45 ]
then
exit 0