summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 341a437..0d96586 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -173,6 +173,13 @@ install_crate = false
command = "cargo"
args = ["test", "--workspace"]
+[tasks.test-nightly]
+dependencies = ["update-rust-nightly"]
+toolchain = "nightly${RUST_NIGHTLY_VERSION_PREFIX}"
+install_crate = false
+command = "cargo"
+args = ["test", "--workspace"]
+
[tasks.update-rust-stable]
command = "rustup"
args = ["update", "stable"]