Skip to content

Commit

Permalink
Add go vet, fix tests (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
amq authored Jul 24, 2020
1 parent 245650f commit fbb77df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ trigger:
- push

steps:
- name: vet
image: golang:1.14
commands:
- go vet ./...

- name: test
image: golang:1.14
commands:
- go test
- go test -v ./...

- name: build
image: plugins/docker
Expand Down

0 comments on commit fbb77df

Please sign in to comment.