do not run run the tsan + openssl test on ci

This commit is contained in:
Benjamin Sergeant 2020-05-03 22:16:14 -07:00
parent fb0de53efd
commit 22fc8e981d

View File

@ -19,15 +19,6 @@ jobs:
- name: make test_tsan - name: make test_tsan
run: make test_tsan run: make test_tsan
mac_tsan_openssl:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: install openssl
run: brew install openssl@1.1
- name: make test
run: make test_tsan_openssl
mac_tsan_mbedtls: mac_tsan_mbedtls:
runs-on: macOS-latest runs-on: macOS-latest
steps: steps: