mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-09 13:37:02 +00:00
Tweak to the CI
This commit is contained in:
parent
73f5cdec9e
commit
3556e7d7dc
|
@ -21,6 +21,8 @@ integration_test:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TOKEN
|
- $BOT_TOKEN
|
||||||
script:
|
script:
|
||||||
|
# go get first, so it doesn't count towards the timeout.
|
||||||
|
- go get
|
||||||
# Timeout test after 120 seconds (2 minutes)
|
# Timeout test after 120 seconds (2 minutes)
|
||||||
- timeout 120 go test -tags integration -v ./...
|
- timeout 120 go test -tags integration -v ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue