Fix OpenSSL cert validation when host is an IP address (#581) #601
This file contains hidden or 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
| name: mac_tsan_mbedtls | |
| on: | |
| push: | |
| paths-ignore: | |
| - 'docs/**' | |
| branches: [ master ] # CI on PRs targeting master | |
| pull_request: | |
| branches: [ master ] # CI on PRs targeting master | |
| jobs: | |
| mac_tsan_mbedtls: | |
| runs-on: macOS-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - uses: seanmiddleditch/gha-setup-ninja@master | |
| - name: install mbedtls@3 | |
| run: brew install mbedtls@3 | |
| - name: make test | |
| run: make -f makefile.dev test_tsan_mbedtls |