Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5141df3878 | |||
c770da4d12 |
@ -3,14 +3,11 @@ kind: pipeline
|
||||
name: test
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.12
|
||||
commands:
|
||||
- make build
|
||||
|
||||
- name: test
|
||||
image: golang:1.12
|
||||
commands:
|
||||
- make build
|
||||
- make test
|
||||
|
||||
- name: check
|
||||
|
Loading…
Reference in New Issue
Block a user