From e8add43aea475a195c17bf9498924d9cf50db691 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 28 Sep 2024 17:53:23 +0200 Subject: [PATCH] chore: update config --- nix/scripts/run-ci-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/scripts/run-ci-tests.nix b/nix/scripts/run-ci-tests.nix index 76603f9..8563bef 100644 --- a/nix/scripts/run-ci-tests.nix +++ b/nix/scripts/run-ci-tests.nix @@ -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" -- GitLab