add make target for ubsan, tsan and asan, and enable running the unittest on mac with tsan

This commit is contained in:
Benjamin Sergeant
2020-03-18 20:53:54 -07:00
parent 6085839ef7
commit 575bceb1ec
2 changed files with 22 additions and 0 deletions

View File

@ -19,6 +19,13 @@ jobs:
- name: make test
run: make test
tsan:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: make test_tsan
run: make test_tsan
win:
runs-on: windows-latest
steps: