update .drone.yml to actually run the tests

pull/1/head
Andrew Wang 1 year ago
parent ea292c82f1
commit 4a76506b35
  1. 3
      .drone.yml

@ -1,4 +1,3 @@
---
kind: pipeline
type: docker
name: default
@ -10,7 +9,7 @@ steps:
# add linter
- cd merlin
- go build
- go test
- go test ./...
trigger:
branch:

Loading…
Cancel
Save