Run tests before rebuilding app
This commit is contained in:
@@ -15,3 +15,8 @@ backend="http://localhost:9345/original"
|
||||
backend="http://localhost:9345/graphiql"
|
||||
[[proxy]]
|
||||
backend="http://localhost:9345/graphql"
|
||||
|
||||
[[hooks]]
|
||||
stage = "pre_build"
|
||||
command = "cargo"
|
||||
command_arguments = [ "test" ]
|
||||
|
||||
Reference in New Issue
Block a user