This commit is contained in:
parent
281af45288
commit
0bf597d5c5
@ -9,7 +9,7 @@ steps:
|
||||
- name: cache
|
||||
path: /go
|
||||
commands:
|
||||
- go test -i server/...
|
||||
- go test -i ./...
|
||||
|
||||
- name: test
|
||||
image: golang:1.15
|
||||
@ -17,7 +17,7 @@ steps:
|
||||
- name: cache
|
||||
path: /go
|
||||
commands:
|
||||
- go test server/...
|
||||
- go test ./...
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
|
Loading…
Reference in New Issue
Block a user