From 9fc771827e94e89e28107a0a13ec8c11b6f740b8 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 14 Mar 2023 19:25:54 +0100 Subject: [PATCH] add missing environment variable --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 158c7f1b..70a6ceda 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ echo "-- build --" nix-build --no-build-output --attr clippy.amd64 --argstr git_version $COMMIT echo "-- unit tests --" +export GARAGE_TEST_INTEGRATION_EXE=result-bin/bin/garage nix-build --no-build-output --attr test.amd64 ./result/bin/garage_db-* ./result/bin/garage_api-*