run all tests in workflow
This commit is contained in:
parent
3852deb74f
commit
fdb0a0d6b4
1 changed files with 10 additions and 12 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
|
@ -3,15 +3,13 @@ on:
|
|||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
- cron: "0 5 * * *"
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.16
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
|
|
@ -22,4 +20,4 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Test
|
||||
run: go test -v -run '^(TestGetGuestToken|TestLoginOpenAccount|TestGetProfile|TestGetProfilePrivate|TestGetProfileErrorSuspended|TestGetProfileErrorNotFound|TestGetUserIDByScreenName|TestGetTweets)$'
|
||||
run: go test -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue