zeroshade commented on code in PR #732:
URL: https://github.com/apache/iceberg-go/pull/732#discussion_r2823513475
##########
.github/workflows/go-integration.yml:
##########
@@ -66,18 +60,17 @@ jobs:
AWS_S3_ENDPOINT: "${{ env.AWS_S3_ENDPOINT }}"
AWS_REGION: "us-east-1"
run: |
- go test -tags integration -v -run="^TestScanner" ./table
- go test -tags integration -v ./io
- go test -tags integration -v -run="^TestRestIntegration$"
./catalog/rest
- go test -tags=integration -v ./catalog/hive/...
+ make integration-io
+ make integration-rest
+ make integration-spark
+ make integration-hive
Review Comment:
use `make integration-test` which automatically runs all four of these. It
allows us to add new integration tests to the Makefile as we create them
without needing to update this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]