CI: Install llvm-symbolizer before running address sanitizer

pull/389/head
Tpt 2 years ago committed by Thomas Tanon
parent 0668983cd6
commit d80cdf3054
  1. 1
      .github/workflows/tests.yml

@ -139,6 +139,7 @@ jobs:
with: with:
submodules: true submodules: true
- run: rustup update && rustup override set nightly - run: rustup update && rustup override set nightly
- run: sudo apt install -y llvm
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- run: cargo test --tests --target x86_64-unknown-linux-gnu --workspace --exclude pyoxigraph --exclude oxigraph_testsuite --exclude oxigraph_server - run: cargo test --tests --target x86_64-unknown-linux-gnu --workspace --exclude pyoxigraph --exclude oxigraph_testsuite --exclude oxigraph_server
env: env:

Loading…
Cancel
Save