Skip to content

Commit

Permalink
ci(test): also test running examples
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Apr 3, 2024
1 parent de3bca4 commit 99c2c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 99c2c08

Please sign in to comment.