From bad71cde4ad4c8d3d35eedc5aa3e9bd759a547e4 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 11 Oct 2022 19:27:30 -0700 Subject: [PATCH] Revert "Disable wasi-nn CI tests due to breakage (404'ing package repository). (#5028)" (#5045) This reverts commit 4f8b94163c2d22771a7f350c7b83c3200c842479. The APT repository for OpenVINO should be restored to its original state. --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c68db57f84..a3c05f9990 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -342,6 +342,21 @@ jobs: env: RUST_BACKTRACE: 1 + # Build and test the wasi-nn module. + test_wasi_nn: + name: Test wasi-nn module + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - uses: ./.github/actions/install-rust + - run: rustup target add wasm32-wasi + - uses: abrown/install-openvino-action@v3 + - run: ./ci/run-wasi-nn-example.sh + env: + RUST_BACKTRACE: 1 + # Build and test the wasi-crypto module. test_wasi_crypto: name: Test wasi-crypto module