mirror of
https://codeberg.org/scip/ts.git
synced 2025-12-16 12:10:58 +01:00
separate uint test
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user