Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed May 22, 2021
1 parent ce016f0 commit ae207fd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,16 @@ jobs:
make -C test showcxxversion showcxxmacros DEFS="$DEFS"
# - name: asan
# run: |
# make -C test clean
# make -C test USE_ASAN=1 USE_UBSAN=1 test
- name: tsan
run: |
make -C test clean
make -C test USE_TSAN=1 USE_UBSAN=1 test
- name: msan
run: |
make -C test USE_MSAN=1 USE_UBSAN=1 test
# - name: msan
# run: |
# make -C test clean
# make -C test USE_MSAN=1 USE_UBSAN=1 test

lint-editorconfig:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit ae207fd

Please sign in to comment.