summaryrefslogtreecommitdiffstats
path: root/ci/azure-tsan.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-03-19 14:58:59 -0700
committerGitHub <noreply@github.com>2019-03-19 14:58:59 -0700
commitcdde2e7a273cbab2085b822efcf54c6bec822681 (patch)
tree68c09200286f2266027230ac4ffc51d459857ad7 /ci/azure-tsan.yml
parent85487727d41574020793fbe0025a9dafc4890a70 (diff)
chore: repo maintenance + no path dependencies (#991)
- Move `tokio` into its own directory. - Remove `path` dependencies. - Run tests with once with crates.io dep and once with patched dep.
Diffstat (limited to 'ci/azure-tsan.yml')
-rw-r--r--ci/azure-tsan.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/azure-tsan.yml b/ci/azure-tsan.yml
index f785ab2d..9395f668 100644
--- a/ci/azure-tsan.yml
+++ b/ci/azure-tsan.yml
@@ -16,6 +16,12 @@ jobs:
- script: |
set -e
+
+ cat ci/patch.toml >> Cargo.toml
+ echo "~~~~ Cargo.toml ~~~~"
+ cat Cargo.toml
+ echo "~~~~~~~~~~~~~~~~~~~~"
+
# Make sure the benchmarks compile
export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
export TSAN_OPTIONS="suppressions=`pwd`/ci/tsan"