diff --git a/Justfile b/Justfile index 665984c..f711172 100644 --- a/Justfile +++ b/Justfile @@ -31,6 +31,9 @@ tool-gofumpt: test: go test -race codeberg.org/codeberg/pages/server/... +test-run TEST: + go test -race -run "^{{TEST}}$" codeberg.org/codeberg/pages/server/... + integration: go test -race -tags integration codeberg.org/codeberg/pages/integration/...