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

chore: update config

parent bfbc2141
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ in
setup_go_env
echo_section "Running tests"
cd ${./../../source} || (echo_fail "Failed to cd to application source" && exit 1)
cd ${./../..} || (echo_fail "Failed to cd to application source" && exit 1)
if ! CGO_CFLAGS="-Wno-format-security" ${pkgs'.go}/bin/go test -tags "runOnTask" ./...
then
echo_fail "Failed to run tests"
......
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