Skip to content
Snippets Groups Projects
Verified Commit 36d6f93a authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update config

parent e8add43a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,13 @@ in
echo_header "Running CI tests"
setup_go_env
if [[ -f "assets/test.env" ]]; then
echo_hint "Loading test environment variables"
set -a
source "assets/test.env"
set +a
fi
echo_section "Running tests"
cd ${./../..} || (echo_fail "Failed to cd to application source" && exit 1)
if ! CGO_CFLAGS="-Wno-format-security" ${pkgs'.go}/bin/go test -tags "runOnTask" ./...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment