Skip to content

Commit

Permalink
update go test command again, fix targeting package
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Sep 19, 2024
1 parent f431765 commit 04f8bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
PINECONE_API_KEY: ${{ secrets.API_KEY }}
- name: Run local integration tests
run: go test -count=1 -v ./pinecone/local_test.go
run: go test -count=1 -v ./pinecone -run TestRunLocalIntegrationSuite
env:
PINECONE_INDEX_URL_POD: http://pc-index-pod:5082
PINECONE_INDEX_URL_SERVERLESS: http://pc-index-serverless:5081
Expand Down

0 comments on commit 04f8bbe

Please sign in to comment.