mirror of
https://github.com/hibiken/asynq.git
synced 2025-04-22 08:40:22 +08:00
Run CI builds using go v1.15.x
This commit is contained in:
parent
6d6a301379
commit
7ed9091516
@ -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…
x
Reference in New Issue
Block a user