mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 05:23:31 +00:00
docstrings added to functions, types and methods
CHANGELOG first update pre-commit updated to look in root of repo. version retraction added to go.mod README updated to reflect changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Function RunTests {
|
||||
$run_int_tests = "go clean -testcache; go test -v ."
|
||||
$run_ext_tests = "go clean -testcache; go test -v .\tests\"
|
||||
$run_int_tests = "go clean -testcache; go test -v .\voicemeeter\"
|
||||
|
||||
Invoke-Expression $run_ext_tests
|
||||
Invoke-Expression $run_int_tests
|
||||
|
||||
Reference in New Issue
Block a user