summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-27 11:29:13 +0200
committerGitHub <noreply@github.com>2021-09-27 11:29:13 +0200
commit5c54bf18c21e60d82ef063b62337f6b545d914d3 (patch)
tree4af736bfd7b05ae2402930f8f41e3e9f669d3a6f /Makefile.toml
parentc93a4f1f67d04750dfc883d01a8d58b44f493a43 (diff)
feat(sessions): mirrored sessions (#740)
* feat(sessions): mirrored sessions * fix(tests): input units * style(fmt): make rustfmt happy * fix(tests): make mirrored sessions e2e test more robust * refactor(sessions): remove force attach * style(fmt): rustfmtify * docs(changelog): update change * fix(e2e): retry on all errors
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index a5bb174e4..79392a647 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -142,7 +142,7 @@ args = ["build", "--verbose", "--release", "--target", "${CARGO_MAKE_TASK_ARGS}"
workspace = false
dependencies = ["build-plugins", "build-dev-data-dir"]
command = "cargo"
-args = ["build", "--verbose", "--target", "x86_64-unknown-linux-musl"]
+args = ["build", "--verbose", "--release", "--target", "x86_64-unknown-linux-musl"]
# Run e2e tests - we mark the e2e tests as "ignored" so they will not be run with the normal ones
[tasks.e2e-test]