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]] [[proxy]]
backend = "http://localhost:9345/api/" backend = "http://localhost:9345/api/"
[[hooks]] #[[hooks]]
stage = "pre_build" #stage = "pre_build"
command = "cargo" #command = "cargo"
command_arguments = [ "test" ] #command_arguments = [ "test" ]