separate uint test

This commit is contained in:
2025-11-01 20:44:40 +01:00
parent 9e8d7ddd0c
commit 300fc30bae

View File

@@ -17,6 +17,14 @@ steps:
- go build
- go test -cover ./...
test:
when:
event: [push]
image: golang:${goversion}
commands:
- go get
- go test -cover ./...
linter:
when:
event: [push]