From: Matt Joiner Date: Thu, 17 Oct 2024 23:54:02 +0000 (+1100) Subject: Add just check X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=edbe8084403787f0295832da96734f83402709f0;p=btrtrc.git Add just check --- diff --git a/justfile b/justfile new file mode 100644 index 00000000..42bd0ba9 --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +check: + go test -run @ -failfast ./... > /dev/null