Merge branch 'main' into move-more-logic-into-client

This commit is contained in:
6543 2022-08-12 05:27:29 +02:00
commit b9ac62bdae
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ dev:
export PAGES_DOMAIN=localhost.mock.directory
export RAW_DOMAIN=raw.localhost.mock.directory
export PORT=4430
go run . --verbose
export LOG_LEVEL=trace
go run .
build:
CGO_ENABLED=0 go build -ldflags '-s -w' -v -o build/codeberg-pages-server ./
@ -45,4 +46,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/...
go test -race -tags integration -run "^{{TEST}}$" codeberg.org/codeberg/pages/integration/...