From 563bd85080e89fc2e633298131faab69715693dc Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Mon, 3 Jul 2023 15:12:50 +0300 Subject: [PATCH] Running only some tests in CI --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)$'