From 5e79704a747d730b71b5322f8009f373008fad35 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 25 Jun 2022 01:12:00 +0100 Subject: [PATCH] add pre-commit --- tests/pre-commit.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }