mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-22 04:40:53 +00:00
add pre-commit
This commit is contained in:
parent
ef4fefacc1
commit
5e79704a74
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user