CI: Install llvm-symbolizer before running address sanitizer

pull/385/head
Tpt 2 years ago
parent 0668983cd6
commit e631d8c013
  1. 1
      .github/workflows/tests.yml

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

Loading…
Cancel
Save