This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
image: golang:1.26
|
||||
commands:
|
||||
- go test ./...
|
||||
volumes:
|
||||
- go_cache:/root/.cache/go-build
|
||||
build:
|
||||
image: docker
|
||||
commands:
|
||||
@@ -21,3 +23,4 @@
|
||||
branch: "master"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- go_cache:/root/.cache/go-build
|
||||
|
||||
Reference in New Issue
Block a user