From 62d0901bbdbb4389e88e4a55836b167d19671515 Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Sun, 16 May 2021 20:56:28 +0530 Subject: [PATCH] Revert changes to Makefile.toml and build without --all-features --- Makefile.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 6d7be00d..6decb0de 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -2,7 +2,6 @@ [env] CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_TARGET_DIR = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/target" -CARGO_MAKE_WORKSPACE_SKIP_MEMBERS = ["zellij-utils", "zellij-server", "zellij-tile", "zellij-client", "zellij-tile-utils"] SKIP_TEST = false # Add clippy to the default flow @@ -25,7 +24,7 @@ env = { "SKIP_TEST" = true } [tasks.test] condition = { env_false = ["SKIP_TEST"] } dependencies = ["pre-test"] -args = ["test", "--all-features", "--workspace"] +args = ["test"] [tasks.post-test] env = { "SKIP_TEST" = false } @@ -39,6 +38,12 @@ run_task = "launch" [tasks.build-workspace] run_task = { name = "build", fork = true } +[tasks.build] +args = ["build"] + +[tasks.build-release] +args = ["build", "--release"] + [tasks.build-dev-data-dir] script_runner = "@duckscript" script = '''