From 07782a11e63f8fbca172e00abf64a4eab23fcb81 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 1 Oct 2023 07:32:46 -0500 Subject: [PATCH] adding cargo test --- README.org | 3 ++- init.el | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 48843f5a..e24dc54d 100644 --- a/README.org +++ b/README.org @@ -2963,7 +2963,8 @@ I'd like to start learning and using rust if I can. "!" 'rustic-run-shell-command "gC" 'rustic-cargo-check "gC" 'rustic-cargo-clippy - "gA" 'rustic-cargo-add) + "gA" 'rustic-cargo-add + "gt" 'rustic-cargo-test) (chris/leader-keys :states 'normal :keymaps 'override diff --git a/init.el b/init.el index 37f0a93d..461413d2 100644 --- a/init.el +++ b/init.el @@ -2223,7 +2223,8 @@ targets." "!" 'rustic-run-shell-command "gC" 'rustic-cargo-check "gC" 'rustic-cargo-clippy - "gA" 'rustic-cargo-add) + "gA" 'rustic-cargo-add + "gt" 'rustic-cargo-test) (chris/leader-keys :states 'normal :keymaps 'override