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