feat: Run tests in the CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
PapaTutuWawa 2024-01-01 20:16:49 +01:00
parent f9d3f0dd5b
commit 2d4ecc40cb

View File

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