diff --git a/tests/pre-commit.ps1 b/tests/pre-commit.ps1 index b1500d5..571b6c6 100644 --- a/tests/pre-commit.ps1 +++ b/tests/pre-commit.ps1 @@ -1,5 +1,5 @@ Function RunTests { - $run_tests = "go clean -testcache; go test ../..." + $run_tests = "cd ../; go clean -testcache; go test ./..." Invoke-Expression $run_tests }