diff --git a/juniper_rocket/Makefile.toml b/juniper_rocket/Makefile.toml deleted file mode 100644 index 8695d6a67..000000000 --- a/juniper_rocket/Makefile.toml +++ /dev/null @@ -1,17 +0,0 @@ -[tasks.build-verbose] -condition = { channels = ["nightly"] } - -[tasks.build-verbose.windows] -condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } } - -[tasks.test-verbose] -condition = { channels = ["nightly"] } - -[tasks.test-verbose.windows] -condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } } - -[tasks.ci-coverage-flow] -condition = { channels = ["nightly"] } - -[tasks.ci-coverage-flow.windows] -disabled = true \ No newline at end of file