chore: enable strict mode for test CI

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu
2023-03-25 16:48:33 +08:00
parent 7230b943d0
commit 55bce22e97
13 changed files with 77 additions and 52 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
if ! [[ "$0" =~ "tests/functional/build" ]]; then
echo "must be run from repository root"
exit 255