Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lhussiez committed Aug 22, 2019
1 parent 415ab96 commit 3bad8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -14,7 +14,7 @@ steps:
- name: deps
path: /go
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
environment:
GO111MODULE: "on"

Expand Down Expand Up @@ -45,7 +45,7 @@ steps:
token:
from_secret: telegram_token
message: >
*{{repo.name}}*
*{{repo.name}}*
[Build {{build.number}}]({{build.link}}) by {{commit.author}} {{#success build.status}}succeeded{{else}}failed{{/success}} in {{buildtime build.started}}
`{{truncate commit.sha 8}}`: "{{commit.message}}"
when:
Expand Down

0 comments on commit 3bad8c9

Please sign in to comment.