Disable running test

This commit is contained in:
Bill Thiede 2024-07-06 18:47:55 -07:00
parent b4d1528612
commit c288b7fd67

View File

@ -9,7 +9,7 @@ port = 6758
[[proxy]]
backend = "http://localhost:9345/api/"
[[hooks]]
stage = "pre_build"
command = "cargo"
command_arguments = [ "test" ]
#[[hooks]]
#stage = "pre_build"
#command = "cargo"
#command_arguments = [ "test" ]