This commit is contained in:
parent
2ef4c079e1
commit
f450407405
@ -4,12 +4,12 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang:1.22
|
||||||
commands:
|
commands:
|
||||||
- GOOS=linux GOARCH=amd64 go build -o cake_crm cmd/cake_crm/main.go
|
- GOOS=linux GOARCH=amd64 go build -o cake_crm cmd/cake_crm/main.go
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: golang
|
image: golang:1.22
|
||||||
commands:
|
commands:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user