From 62dfa7c311e18725cfb6984aa04722fe42b6a492 Mon Sep 17 00:00:00 2001 From: "diamondburned (Forefront)" Date: Mon, 20 Jan 2020 11:50:21 -0800 Subject: [PATCH] More CI tweaks --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89d6951..1e14bdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: golang:alpine variables: GO111MODULE: "on" - CGO_ENABLED: 0 + CGO_ENABLED: "0" before_script: - apk add git @@ -22,7 +22,7 @@ integration_test: - $BOT_TOKEN script: # go get first, so it doesn't count towards the timeout. - - go get + - go get ./... # Timeout test after 120 seconds (2 minutes) - timeout 120 go test -tags integration -v ./...