File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,12 @@ commands:
26
26
go_unit_test :
27
27
steps :
28
28
- run :
29
- command : go test $(go list ./... | grep -v /tfexec/internal/e2etest | grep -v /tfinstall )
29
+ command : go test $(go list ./... | grep -v /tfexec/internal/e2etest)
30
30
go_e2e_test :
31
31
steps :
32
32
- run :
33
33
no_output_timeout : 15m
34
34
command : go test -timeout=15m -v ./tfexec/internal/e2etest
35
- - run :
36
- no_output_timeout : 15m
37
- command : go test -timeout=15m -v ./tfinstall/...
38
35
39
36
jobs :
40
37
# combined due to slowness of Go install
Original file line number Diff line number Diff line change 1
- project_name : tfinstall
2
- builds :
3
- - env :
4
- - CGO_ENABLED=0
5
- main : ./cmd/tfinstall/main.go
6
- mod_timestamp : ' {{ .CommitTimestamp }}'
7
- id : " tfinstall"
8
- binary : tfinstall
9
- flags :
10
- - -trimpath
11
- ldflags :
12
- - ' -s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
13
- goos :
14
- - linux
15
- - darwin
16
- - windows
17
- goarch :
18
- - amd64
19
- - arm
20
- - arm64
1
+ project_name : terraform-exec
21
2
archives :
22
3
- files : []
23
4
format : zip
You can’t perform that action at this time.
0 commit comments