mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
19 lines
186 B
YAML
19 lines
186 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
- tip
|
|
|
|
install: make updatedeps
|
|
|
|
script:
|
|
- go test ./...
|
|
#- go test -race ./...
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- go: tip
|