From 8785558b220610b6b99ae187bc21bc24ab5d57d2 Mon Sep 17 00:00:00 2001 From: zhangjinpeng1987 Date: Wed, 8 Jun 2022 17:22:40 +0800 Subject: [PATCH] address tsan path Signed-off-by: zhangjinpeng1987 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9736d3e..efb849c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}"