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