feat: Run tests in the CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f9d3f0dd5b
commit
2d4ecc40cb
@ -3,6 +3,7 @@ steps:
|
|||||||
image: "golang:1.21.5-alpine"
|
image: "golang:1.21.5-alpine"
|
||||||
commands:
|
commands:
|
||||||
- go build ./cmd/rio
|
- go build ./cmd/rio
|
||||||
|
- go test $(go list ./... | grep -v /vendor/)
|
||||||
lint:
|
lint:
|
||||||
image: "golang:1.21.5-alpine"
|
image: "golang:1.21.5-alpine"
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user