diff --git a/.drone.yml b/.drone.yml index 52213ea..53148fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: image: golang commands: - export GOPROXY=https://mirrors.aliyun.com/goproxy/ - # - go test + - go test - name: clone_web image: alpine/git diff --git a/.gitignore b/.gitignore index 1c2f433..23c7fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -tmp \ No newline at end of file +tmp +app \ No newline at end of file