Simplifies GitHub CI test commands

pull/173/head
Tpt 3 years ago
parent 2c304aa29d
commit 57b931c15f
  1. 4
      .github/workflows/build.yml

@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- run: rustup update
- run: rustup component add clippy
- run: cargo clippy --all --all-targets --all-features
- run: cargo clippy --all-targets --all-features
test:
strategy:
@ -38,7 +38,7 @@ jobs:
submodules: true
- run: rustup update
- run: cargo build
- run: cargo test --verbose --all --all-features --exclude pyoxigraph
- run: cargo test --all-features
env:
RUST_BACKTRACE: 1

Loading…
Cancel
Save