From 6046410b7d1fe4a707be8713b726d12afbc68429 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 11 Sep 2019 09:18:38 +0900 Subject: [PATCH] Updated test --- .drone.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 273259d9..7ea11c2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,10 @@ steps: - name: test image: archlinux/base environment: + CGO_ENABLED: 0 ARN_ROOT: /drone/src commands: - - pacman -Syu --noconfirm go nodejs npm + - pacman -Syu --noconfirm go nodejs npm make - go version - npm install -g typescript - go mod download @@ -18,17 +19,6 @@ steps: - golangci-lint run - make db - go test -v -coverprofile=coverage.txt . - # - go mod download - # - make tools - # - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash - # - nvm install node - # - npm install -g typescript - # - tsc - # - pack - # - make server - # - make bots jobs patches - # - git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn - # - go test -v -coverprofile=coverage.txt ./... - name: coverage image: plugins/codecov