From 477fc50b65f3c8c8b444d65d07239d95aa8f0a53 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 26 Jan 2024 09:22:52 -0800 Subject: [PATCH] Add justfile --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..a9606b0 --- /dev/null +++ b/justfile @@ -0,0 +1,6 @@ +_default: + just --list + + +test: + cargo nextest run