Run tests before rebuilding app
This commit is contained in:
parent
28d484117b
commit
5b3eadb7bd
@ -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" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user