From 99c2c08b68218c26a0332771a9df3085ff33912c Mon Sep 17 00:00:00 2001 From: "Carson M." Date: Tue, 2 Apr 2024 20:21:26 -0500 Subject: [PATCH] ci(test): also test running examples --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e257d50..6db47984 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,6 +47,8 @@ jobs: - name: Run tests run: | cargo test -p ort --verbose --features fetch-models -- --test-threads 1 + # Test examples that use in-tree graphs (do NOT run any of the examples that download ~700 MB graphs from pyke parcel...) + cargo run --example custom-ops # Disable cross-compile until cross updates aarch64-unknown-linux-gnu to Ubuntu 22.04 # ref https://github.com/cross-rs/cross/pull/973 #cross-compile: