drone: update .drone.yml
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

websocket
ALI Hamza 2019-11-01 19:02:18 +07:00
parent 94f9b59f12
commit dd08fa1a10
No known key found for this signature in database
GPG Key ID: BCA8A46C87798C4C
1 changed files with 1 additions and 17 deletions

@ -1,29 +1,13 @@
kind: pipeline
name: Build
steps:
- name: Build
image: golang:1.12
volumes:
- name: deps
path: /go
commands:
- go build .
- name: Unit Tests
image: golang:1.12
volumes:
- name: deps
path: /go
commands:
- go test -tag=unit .
- name: Integration Tests
image: golang:1.12
volumes:
- name: deps
path: /go
commands:
- go test -tag=integration .
- go test ./...
volumes:
- name: deps