|
|
@ -61,7 +61,7 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
submodules: true |
|
|
|
submodules: true |
|
|
|
- run: rustup update && rustup toolchain install nightly |
|
|
|
- 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: |
|
|
|
env: |
|
|
|
RUST_BACKTRACE: 1 |
|
|
|
RUST_BACKTRACE: 1 |
|
|
|
RUSTFLAGS: -Z sanitizer=address |
|
|
|
RUSTFLAGS: -Z sanitizer=address |
|
|
|