mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Only test the master branch (and PRs)
This commit is contained in:
parent
100270378b
commit
a61c409fd2
@ -12,6 +12,10 @@ script:
|
|||||||
- go test ./...
|
- go test ./...
|
||||||
#- go test -race ./...
|
#- go test -race ./...
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
Loading…
Reference in New Issue
Block a user