Skip to content

Commit

Permalink
CI: Verify generated bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Oct 17, 2020
1 parent 8bfbb12 commit 6a169e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
# Use --manifest-path instead of --package. See https://github.com/actions-rs/cargo/issues/86
command: test
args: --manifest-path onnxruntime/Cargo.toml --features model-fetching -- --test-threads=1 --nocapture
- name: Verify generated bindings
run: git diff --exit-code

clippy:
name: Clippy
Expand Down

0 comments on commit 6a169e2

Please sign in to comment.