diff --git a/Justfile b/Justfile index c824efa..e95b0db 100644 --- a/Justfile +++ b/Justfile @@ -6,7 +6,7 @@ dev: export PAGES_DOMAIN=localhost.mock.directory export RAW_DOMAIN=raw.localhost.mock.directory export PORT=4430 - go run . --verbose + go run . --log-level trace build: CGO_ENABLED=0 go build -ldflags '-s -w' -v -o build/codeberg-pages-server ./ @@ -45,4 +45,4 @@ integration: go test -race -tags integration codeberg.org/codeberg/pages/integration/... integration-run TEST: - go test -race -tags integration -run "^{{TEST}}$" codeberg.org/codeberg/pages/integration/... \ No newline at end of file + go test -race -tags integration -run "^{{TEST}}$" codeberg.org/codeberg/pages/integration/...