summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-05-16 20:56:28 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-16 22:03:44 +0530
commit62d0901bbdbb4389e88e4a55836b167d19671515 (patch)
tree90638c3950727f49582bd4e89c964966084950d1 /Makefile.toml
parent2038947a14d32d89da2bdbcaa1381c3015ac9c7a (diff)
Revert changes to Makefile.toml and build without --all-features
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 6d7be00d2..6decb0de7 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 = '''