diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53ed6a9f02..98e24d1346 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -300,7 +300,7 @@ jobs: # Test the component-model related functionality which is gated behind a # compile-time feature - - run: cargo test --features component-model + - run: cargo test --test all --features component-model component_model # Build and test the wasi-nn module. test_wasi_nn: