Elara Musayelyan
18912728e9
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
14 lines
174 B
YAML
14 lines
174 B
YAML
matrix:
|
|
platform:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|
|
steps:
|
|
test:
|
|
image: golang:latest
|
|
commands:
|
|
- go test
|
|
- go build
|
|
when:
|
|
- event: push
|