Skip to content

Commit

Permalink
address tsan path
Browse files Browse the repository at this point in the history
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
  • Loading branch information
zhangjinpeng87 committed Jun 8, 2022
1 parent ff3e116 commit 8785558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
command: test
args: --all-features -Zbuild-std --target x86_64-unknown-linux-gnu
env:
TSAN_OPTIONS: "suppressions=$(pwd)/.github/workflows/tsan"
TSAN_OPTIONS: "suppressions=.github/workflows/tsan"
RUSTFLAGS: "-Zsanitizer=${{ matrix.sanitizer }}"

0 comments on commit 8785558

Please sign in to comment.