Fokko commented on code in PR #310: URL: https://github.com/apache/iceberg-go/pull/310#discussion_r1971368617
########## .github/workflows/go-integration.yml: ########## @@ -66,6 +66,7 @@ jobs: run: | go test -tags integration -v -run="^TestScanner" ./table go test -tags integration -v ./io + go test -tags integration -v -run="^TestRestIntegration$" ./catalog/rest Review Comment: I think it _might_ be running already? Otherwise I would expect the tests to fail -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org