Navigation Menu

Skip to content

Commit

Permalink
pyo3 now supports cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Jul 29, 2021
1 parent 8d98714 commit 4c464f1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
submodules: true
- run: rustup update
- run: cargo build
- run: cargo test --verbose --all --all-features --exclude pyoxigraph
- run: cargo test --verbose --all --all-features
env:
RUST_BACKTRACE: 1

Expand Down
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c464f1

Please sign in to comment.