5fb1c07412
Now that they're both faster and more reliable than before the refactor. On my laptop, 'go test' now consistently takes ~10s, and I haven't found any flakes in the past couple of days.
12 lines
94 B
YAML
12 lines
94 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
|
|
addons:
|
|
apt:
|
|
chrome: stable
|
|
|
|
script:
|
|
- go test -v ./...
|