mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
ci: enable tests
This commit is contained in:
parent
3e4cd70fa0
commit
b9d8328e58
1 changed files with 4 additions and 5 deletions
|
@ -13,11 +13,10 @@ pipeline:
|
||||||
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
|
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
|
|
||||||
# # TODO: make tests work
|
test:
|
||||||
# test:
|
image: golang
|
||||||
# image: golang
|
commands:
|
||||||
# commands:
|
- go test ./...
|
||||||
# - go test ./...
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: golang
|
image: golang
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue