2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00

Run CI builds using go v1.15.x

This commit is contained in:
Ken Hibino 2020-09-02 06:27:11 -07:00
parent 6d6a301379
commit 669c7995c4

View File

@ -2,7 +2,7 @@ language: go
go_import_path: github.com/hibiken/asynq
git:
depth: 1
go: [1.13.x, 1.14.x]
go: [1.13.x, 1.14.x, 1.15.x]
script:
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- go test -run=XXX -bench=. -loglevel=debug ./...