New CI builder: Mac + MbedTLS + Thread Sanitizer

This commit is contained in:
Benjamin Sergeant
2020-03-26 19:16:04 -07:00
parent d2db7310ff
commit 18164c0c38
2 changed files with 14 additions and 0 deletions

View File

@ -28,6 +28,15 @@ jobs:
- name: make test
run: make test_tsan_openssl
mac_tsan_mbedtls:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: install mbedtls
run: brew install mbedtls
- name: make test
run: make test_tsan_mbedtls
win:
runs-on: windows-latest
steps: