Skip to content

Commit

Permalink
add tsan options
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Apr 28, 2024
1 parent 7f608ca commit 41df0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
working-directory: tools/nodejs_api

- name: Test
run: make test TSAN=1
run: TSAN_OPTIONS=second_deadlock_stack=1 make test TSAN=1

msvc-build-test:
name: msvc build & test
Expand Down

0 comments on commit 41df0db

Please sign in to comment.