add pre-commit

This commit is contained in:
onyx-and-iris 2022-06-25 01:12:00 +01:00
parent ef4fefacc1
commit 5e79704a74

View File

@ -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
}