diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c504475..8f7333b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,4 +27,4 @@ jobs: TWITTER_USERNAME: ${{ secrets.TWITTER_USERNAME }} TWITTER_PASSWORD: ${{ secrets.TWITTER_PASSWORD }} TWITTER_EMAIL: ${{ secrets.TWITTER_EMAIL }} - run: go test -v + run: go test -v -run '^(TestGetGuestToken|TestLoginOpenAccount|TestGetProfile|TestGetProfilePrivate|TestGetProfileErrorSuspended|TestGetProfileErrorNotFound|TestGetUserIDByScreenName|TestGetTweets|TestGetTrends)$'