forked from nats-io/nats.c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed test SSLVerifyHostName when build NATS_FORCE_HOST_VERIFICATION=…
…OFF (nats-io#788) * Fixed test SSLVerifyHostName when build NATS_FORCE_HOST_VERIFICATION=OFF This test would fail unless we force host verification, so adapt test to take into consideration the expected result based on the build environment variable. Signed-off-by: Ivan Kozlovic <ivan@synadia.com> * Added a GHA job for NATS_FORCE_HOST_VERIFICATION * fixed default: ON * job: no-host-sanitize * job names * [CI only] Streamlined/fixed sanitize/coverage matrices (nats-io#790) --------- Signed-off-by: Ivan Kozlovic <ivan@synadia.com> Co-authored-by: Lev Brouk <lev@synadia.com> Co-authored-by: Lev <1187448+levb@users.noreply.github.com>
- Loading branch information
1 parent
e7d767e
commit 4f19da6
Showing
3 changed files
with
79 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters