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.
test.yml
rpc/
gRPC_sinks
1 parent 99af615 commit a8a3096Copy full SHA for a8a3096
.github/workflows/test.yml
@@ -60,13 +60,13 @@ jobs:
60
61
- name: gRPC Golang Tests
62
run: |
63
- cd gRPC_sinks
+ cd rpc
64
go generate ./sinks/pb
65
go test -timeout 20m -failfast -v -coverprofile=profile.cov ./...
66
67
- name: gRPC Python Tests
68
69
70
python3 -m grpc_tools.protoc -I sinks/pb --python_out=cmd/pyiceberg_receiver --grpc_python_out=cmd/pyiceberg_receiver sinks/pb/pgwatch.proto
71
pytest
72
0 commit comments