From d2eddf83a5c6ec165a41d64a8aff0971bae94637 Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 25 Nov 2022 21:24:54 +0100 Subject: [PATCH] Do not run address sanitizer on server tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 85992477..a7884855 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: with: submodules: true - run: rustup update && rustup toolchain install nightly - - run: cargo +nightly test --tests --target x86_64-unknown-linux-gnu --workspace --exclude pyoxigraph --exclude oxigraph_testsuite + - run: cargo +nightly test --tests --target x86_64-unknown-linux-gnu --workspace --exclude pyoxigraph --exclude oxigraph_testsuite --exclude oxigraph_server env: RUST_BACKTRACE: 1 RUSTFLAGS: -Z sanitizer=address