From 3bab53bae53e7b1d315372262941d7843ef92320 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:57:01 -0800 Subject: [PATCH] Add alias to avoid this issue --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..cf45609 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +test-all = "test --all-features"