Pipelines

- try this?
This commit is contained in:
Tristan B. Velloza Kildaire 2024-03-31 21:23:15 +02:00
parent 435b3d5179
commit 5467962398
1 changed files with 4 additions and 1 deletions

View File

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