diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 92621df..14d82d8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,8 +6,6 @@ name: Go on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] jobs: @@ -34,3 +32,4 @@ jobs: go test --run TestContentOperations go test --run TestCommentOperations go test --run TestLikeOperations + go test --run TestFollowerOperations diff --git a/README.md b/README.md index 203ad96..20ebd5b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Tapestry API reference: - [x] get followers - [x] get following - [ ] Get a list of profiles in a user's network that also follow a given profile + - [ ] Get suggested profiles - Contents - [x] Get contents