9e424a8630
Fix cargo make makefiles for only running the juniper_rocket build on nightly.
4 lines
139 B
TOML
4 lines
139 B
TOML
|
|
[tasks.init]
|
|
condition = { channels = ["beta", "stable"] }
|
|
env = { "CARGO_MAKE_WORKSPACE_SKIP_MEMBERS" = "juniper_rocket;juniper_tests" }
|