From 0ba238e6a1b202e51c042555b0552e8062f9e26a Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Mon, 3 Jul 2023 15:16:47 +0300 Subject: [PATCH] Remove env from CI --- .github/workflows/go.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8f7333b..afce8a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,9 +22,4 @@ jobs: uses: actions/checkout@v3 - name: Test - env: - SKIP_AUTH_TEST: true - TWITTER_USERNAME: ${{ secrets.TWITTER_USERNAME }} - TWITTER_PASSWORD: ${{ secrets.TWITTER_PASSWORD }} - TWITTER_EMAIL: ${{ secrets.TWITTER_EMAIL }} run: go test -v -run '^(TestGetGuestToken|TestLoginOpenAccount|TestGetProfile|TestGetProfilePrivate|TestGetProfileErrorSuspended|TestGetProfileErrorNotFound|TestGetUserIDByScreenName|TestGetTweets|TestGetTrends)$'