1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-27 17:23:00 +00:00

More CI tweaks

This commit is contained in:
diamondburned (Forefront) 2020-01-20 11:50:21 -08:00
parent 3556e7d7dc
commit 62dfa7c311

View file

@ -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 ./...