mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-15 07:00:14 -04:00
17 lines
177 B
YAML
17 lines
177 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- tip
|
|
|
|
install: make updatedeps
|
|
|
|
script:
|
|
- go test ./...
|
|
#- go test -race ./...
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|