Skip to content

Commit eea9a0b

Browse files
committed
test: run integration test with API key after local tests.
1 parent a3c5f3f commit eea9a0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ jobs:
2424
- run: go vet ./...
2525
- uses: dominikh/staticcheck-action@v1
2626
with: { install-go: false }
27-
- run: go test -v ./...
27+
- 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

Comments
 (0)