|
|
@ -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: |
|
|
|