Do not run address sanitizer on server tests

pull/299/head
Tpt 2 years ago committed by Thomas Tanon
parent 2de13a9498
commit 7f89baad87
  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