1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 18:53:30 +00:00

Added voice integration testing, re-enabled integration tests

This commit is contained in:
diamondburned (Forefront) 2020-04-24 21:27:44 -07:00
parent cc153e1715
commit 5305600187

View file

@ -29,6 +29,7 @@ integration_test:
only:
variables:
- $BOT_TOKEN
- $VOICE_ID # for voice tests
script:
# go get first, so it doesn't count towards the timeout.
- go get ./...