We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c5f3f commit eea9a0bCopy full SHA for eea9a0b
.github/workflows/ci.yaml
@@ -24,4 +24,7 @@ jobs:
24
- run: go vet ./...
25
- uses: dominikh/staticcheck-action@v1
26
with: { install-go: false }
27
- - run: go test -v ./...
+ - run: go test -v .
28
+ - run: go test -v -tags integration ./test
29
+ env:
30
+ UNSTRUCTURED_API_KEY: ${{ secrets.UNSTRUCTURED_API_KEY }}
0 commit comments