mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-27 00:02:19 +08:00
Run CI builds using go v1.15.x
This commit is contained in:
parent
6d6a301379
commit
669c7995c4
@ -2,7 +2,7 @@ language: go
|
|||||||
go_import_path: github.com/hibiken/asynq
|
go_import_path: github.com/hibiken/asynq
|
||||||
git:
|
git:
|
||||||
depth: 1
|
depth: 1
|
||||||
go: [1.13.x, 1.14.x]
|
go: [1.13.x, 1.14.x, 1.15.x]
|
||||||
script:
|
script:
|
||||||
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
|
- go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
- go test -run=XXX -bench=. -loglevel=debug ./...
|
- go test -run=XXX -bench=. -loglevel=debug ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user