Skip to content

Commit 66fbe7f

Browse files
authored
build: skip-tests (ccxt#22094)
* fix(binance): remove filtering from account positions * build: skip-tests
1 parent bf6ddc1 commit 66fbe7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ build_and_test_all () {
8787
if [[ "$last_commit_message" == *"skip-tests"* ]]; then
8888
echo "[SKIP-TESTS] Will skip tests!"
8989
exit
90-
fi
90+
fi
9191
run_tests
9292
fi
9393
exit

0 commit comments

Comments
 (0)