chore: remove testing

This commit is contained in:
Bo-Yi Wu
2022-06-15 23:16:34 +08:00
parent cf159c578b
commit f11e2ed931
3 changed files with 17 additions and 29 deletions

View File

@@ -21,23 +21,23 @@
},
],
},
{
name: 'test',
image: 'golang:1.18-alpine',
pull: 'always',
commands: [
'apk add git make curl perl bash build-base zlib-dev ucl-dev',
'make ssh-server',
'make test',
'make coverage',
],
volumes: [
{
name: 'gopath',
path: '/go',
},
],
},
// {
// name: 'test',
// image: 'golang:1.18-alpine',
// pull: 'always',
// commands: [
// 'apk add git make curl perl bash build-base zlib-dev ucl-dev',
// 'make ssh-server',
// 'make test',
// 'make coverage',
// ],
// volumes: [
// {
// name: 'gopath',
// path: '/go',
// },
// ],
// },
{
name: 'codecov',
image: 'robertstettner/drone-codecov',