File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818 - checkout
1919 - go/with-cache :
2020 steps :
21- - go/mod-download # Run 'go mod download'.
22- - run :
23- name : " install goveralls"
24- command : go get -v github.com/mattn/goveralls
25- - run :
26- name : " install terminal"
27- command : go get -v golang.org/x/crypto/ssh/terminal
28- - run :
29- name : " setup"
30- command : make setup
31- - run :
32- name : " build and test"
33- command : make build junit-test test-race check bench-race coveralls
21+ - go/mod-download # Run 'go mod download'.
22+ - run :
23+ name : " install goveralls"
24+ command : go get -v github.com/mattn/goveralls
25+ - run :
26+ name : " install terminal"
27+ command : go get -v golang.org/x/crypto/ssh/terminal
28+ - run :
29+ name : " setup"
30+ command : make setup
31+ - run :
32+ name : " build and test"
33+ command : make build junit-test test-race check bench-race coveralls
3434 - store_test_results :
3535 path : test-report.xml
3636 docker-buildx :
You can’t perform that action at this time.
0 commit comments