Skip to content

Commit

Permalink
ci: support client-independence contract tests (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored Jan 30, 2024
1 parent 2ab4963 commit a733fbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contract-tests/client-contract-tests/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ int main(int argc, char* argv[]) {
srv.add_capability("context-type");
srv.add_capability("service-endpoints");
srv.add_capability("tags");
srv.add_capability("client-independence");


net::signal_set signals{ioc, SIGINT, SIGTERM};

Expand Down

0 comments on commit a733fbf

Please sign in to comment.