diff --git a/integration_tests/run.sh b/integration_tests/run.sh index bc8a2db..0caa3b1 100755 --- a/integration_tests/run.sh +++ b/integration_tests/run.sh @@ -2,8 +2,8 @@ PATH=$PATH:$GOPATH/bin -go get -t . -go install +go get -t ./cmd/strongbox/ +go install ./cmd/strongbox/ go get -t ./integration_tests/ go test -v -tags=integration ./integration_tests/