From 530560018775184f442d6b66dadc82738c567e4b Mon Sep 17 00:00:00 2001 From: "diamondburned (Forefront)" Date: Fri, 24 Apr 2020 21:27:44 -0700 Subject: [PATCH] Added voice integration testing, re-enabled integration tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56dc527..9bf4c39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 ./...