mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
7ff20fc4be
This reverts commit e7d1668347c751104ccebcd384f9ab742d9e0f55.
14 lines
126 B
YAML
14 lines
126 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- GOTEST_FLAGS="-p 2 -parallel 2" make test
|
|
|
|
sudo: false
|