Fix tests to let CI pass (#66)
Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/66 Reviewed-by: Otto Richter <otto@codeberg.org>
This commit is contained in:
@ -13,11 +13,10 @@ pipeline:
|
||||
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
|
||||
- golangci-lint run
|
||||
|
||||
# # TODO: make tests work
|
||||
# test:
|
||||
# image: golang
|
||||
# commands:
|
||||
# - go test ./...
|
||||
test:
|
||||
image: golang
|
||||
commands:
|
||||
- go test ./...
|
||||
|
||||
build:
|
||||
image: golang
|
||||
|
Reference in New Issue
Block a user