Compare commits

...

2 Commits

Author SHA1 Message Date
IamTheFij 5141df3878 Do build and test in one image
continuous-integration/drone/push Build is passing Details
2019-11-21 15:38:29 -08:00
IamTheFij c770da4d12 Try to cache go modules
continuous-integration/drone/push Build is passing Details
2019-11-21 15:36:30 -08:00
1 changed files with 1 additions and 4 deletions

View File

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