Browse Source

fix drone ci

master
Gisle Aune 4 years ago
parent
commit
f947003d20
  1. 1
      .drone.yml

1
.drone.yml

@ -37,6 +37,7 @@ pipeline:
- mkdir -p /go/src/github.com/gissleh/
- ln -s . /go/src/github.com/gissleh/irc
- cd /go/src/github.com/gissleh/irc/
- ls -lR
- go test ./... -v
- go test -bench ./...
test-1.9:

Loading…
Cancel
Save