File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial
1
2
sudo : false
2
3
language : go
3
4
@@ -13,16 +14,7 @@ matrix:
13
14
allow_failures :
14
15
- go : tip
15
16
16
- install :
17
- - go get github.com/go-redis/redis
18
- - go get github.com/go-redis/redis_rate
19
- - go get github.com/bsm/redis-lock
20
- - go get github.com/vmihailenco/msgpack
21
- - go get github.com/iron-io/iron_go3/mq
22
- - go get github.com/aws/aws-sdk-go/service/sqs
23
- - go get github.com/valyala/gozstd
24
- - go get github.com/hashicorp/golang-lru/simplelru
25
- - go get github.com/satori/go.uuid
26
- - go get github.com/caio/go-tdigest
27
- - go get github.com/onsi/ginkgo
28
- - go get github.com/onsi/gomega
17
+ env :
18
+ - GO111MODULE=on
19
+
20
+ go_import_path : github.com/vmihailenco/taskq
Original file line number Diff line number Diff line change 1
1
all :
2
2
go test ./...
3
3
go test ./... -short -race
4
+ go test ./... -run=NONE -bench=. -benchmem
4
5
env GOOS=linux GOARCH=386 go test ./...
5
- go vet
6
+ go vet ./...
7
+ go get github.com/gordonklaus/ineffassign
8
+ ineffassign .
You can’t perform that action at this time.
0 commit comments