ci: enable tests

This commit is contained in:
6543 2022-03-27 20:25:57 +02:00
parent 3e4cd70fa0
commit b9d8328e58
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -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