Run tests before rebuilding app

This commit is contained in:
Bill Thiede 2024-01-06 08:53:06 -08:00
parent 28d484117b
commit 5b3eadb7bd

View File

@ -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" ]