From 8c7584c92c3f062bb27fe750e7f2449927fe10bd Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 12 May 2025 17:08:09 +1000 Subject: [PATCH] Add just act --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.51.0