update .drone.yml to actually run the tests
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone Build is failing Details

This commit is contained in:
Andrew Wang 2021-12-15 18:02:48 -05:00
parent ea292c82f1
commit 4a76506b35
1 changed files with 1 additions and 2 deletions

View File

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