Do not run address sanitizer on server tests

pull/293/head
Tpt 2 years ago
parent 3c74e85ade
commit d2eddf83a5
  1. 2
      .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

Loading…
Cancel
Save