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
5e79704a74
commit
479e0e1a19
@ -1,7 +1,9 @@
|
|||||||
Function RunTests {
|
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 ".") {
|
if ($MyInvocation.InvocationName -ne ".") {
|
||||||
|
Loading…
Reference in New Issue
Block a user