We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6392ea8 commit e1de16bCopy full SHA for e1de16b
1 file changed
scripts/test.all.sh
@@ -3,7 +3,9 @@ set -e
3
# build binary
4
cd cmd/sling
5
rm -f && go build .
6
-cd-
+cd -
7
+
8
+export RUN_ALL=true
9
10
echo 'TESTING CLI'
11
bash scripts/test.cli.sh
0 commit comments