Skip to content

Commit

Permalink
ci: run component-async-tests separately
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Feb 16, 2025
1 parent 8e06cb3 commit 69272c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/wasip3-prototyping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,22 @@ jobs:
- uses: ./.github/actions/cancel-on-failure
if: failure()

p3_tests:
name: p3 tests
runs-on: ubuntu-latest
env:
CARGO_NDK_VERSION: 2.12.2
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/install-rust
- run: cargo test -p component-async-tests

# common logic to cancel the entire run if this job fails
- uses: ./.github/actions/cancel-on-failure
if: failure()

# Various checks that Wasmtime builds for a variety of platforms. Each
# platform may not include the entire dependency tree and maybe just a few
# features here and there, see the `include` matrix for more details.
Expand Down Expand Up @@ -686,6 +702,7 @@ jobs:
- doc
- micro_checks
- fiber_tests
- p3_tests
- clippy
- platform_checks
- determine
Expand Down

0 comments on commit 69272c8

Please sign in to comment.