Skip to content

Commit e1de16b

Browse files
committed
fix(tests): ensure RUN_ALL is set before executing test scripts in test.all.sh
1 parent 6392ea8 commit e1de16b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/test.all.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ set -e
33
# build binary
44
cd cmd/sling
55
rm -f && go build .
6-
cd-
6+
cd -
7+
8+
export RUN_ALL=true
79

810
echo 'TESTING CLI'
911
bash scripts/test.cli.sh

0 commit comments

Comments
 (0)