mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-29 15:56:48 +00:00
Added voice integration testing, re-enabled integration tests
This commit is contained in:
parent
cc153e1715
commit
5305600187
|
|
@ -29,6 +29,7 @@ integration_test:
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TOKEN
|
- $BOT_TOKEN
|
||||||
|
- $VOICE_ID # for voice tests
|
||||||
script:
|
script:
|
||||||
# go get first, so it doesn't count towards the timeout.
|
# go get first, so it doesn't count towards the timeout.
|
||||||
- go get ./...
|
- go get ./...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue