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 }}"