Merge feat/tst-24-client-wire-tests: .NET/Python real-server wire tests, Python channel-loop fix, TST-05 revisit (partial)
# Conflicts: # archreview/remediation/00-tracking.md
This commit is contained in:
@@ -83,6 +83,12 @@ jobs:
|
||||
- name: .NET client
|
||||
run: dotnet build clients/dotnet/ZB.MOM.WW.MxGateway.Client.slnx -c Release
|
||||
|
||||
# The .NET client was previously only compiled here, so its test project — including
|
||||
# MxGatewayClientWireTests, which drives the client against a real loopback gRPC
|
||||
# server (TST-24) — never ran in CI. Every other client job already runs its tests.
|
||||
- name: .NET client tests
|
||||
run: dotnet test clients/dotnet/ZB.MOM.WW.MxGateway.Client.Tests/ZB.MOM.WW.MxGateway.Client.Tests.csproj -c Release --no-build
|
||||
|
||||
- name: Go client
|
||||
working-directory: clients/go
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user