add pre-commit

This commit is contained in:
onyx-and-iris 2022-06-25 01:16:48 +01:00
parent 5e79704a74
commit 479e0e1a19

View File

@ -1,7 +1,9 @@
Function RunTests {
$run_tests = "cd ../; go clean -testcache; go test ./..."
$run_ext_tests = "go clean -testcache; go test -v .\tests\"
$run_int_tests = "go clean -testcache; go test -v .\voicemeeter\"
Invoke-Expression $run_tests
Invoke-Expression $run_ext_tests
Invoke-Expression $run_int_tests
}
if ($MyInvocation.InvocationName -ne ".") {