add make target for ubsan, tsan and asan, and enable running the unittest on mac with tsan
This commit is contained in:
7
.github/workflows/ccpp.yml
vendored
7
.github/workflows/ccpp.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user