[env]
CARGO_MAKE_CARGO_BUILD_TEST_FLAGS = ""
[tasks.pre-test]
command = "docker-compose"
args = ["up", "-d"]
[tasks.post-test]
command = "docker-compose"
args = ["down"]
[tasks.serve-docs]
command = "cargo"
args = ["doc", "--open"]
[tasks.manual]
env = {CARGO_MAKE_CARGO_BUILD_TEST_FLAGS = "--all-features"}
run_task = [{name = "test-flow"}]