From: Matt Joiner Date: Mon, 12 May 2025 07:08:09 +0000 (+1000) Subject: Add just act X-Git-Tag: v1.59.0~153 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8c7584c92c3f062bb27fe750e7f2449927fe10bd;p=btrtrc.git Add just act --- diff --git a/justfile b/justfile index 42bd0ba9..c3de1914 100644 --- a/justfile +++ b/justfile @@ -1,2 +1,5 @@ check: go test -run @ -failfast ./... > /dev/null + +act: + act -j test --matrix go-version:'1.24' --env-file .empty.env