From 6a169e2bbff48fcb8ea8a3804b1a0a45e766d69b Mon Sep 17 00:00:00 2001 From: Nicolas Bigaouette Date: Sat, 17 Oct 2020 17:31:11 -0400 Subject: [PATCH] CI: Verify generated bindings --- .github/workflows/general.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 1fbe0dc5..39ceb37c 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -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