diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a19577a4648b..b8e7d83955396 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: save-cache: ${{ github.ref_name == 'main' }} cache-key: s390x-unknown-linux-gnu tools: cross - - run: cross test --target s390x-unknown-linux-gnu + - run: cross test --all-features --target s390x-unknown-linux-gnu test-wasm32-wasip1-threads: name: Test wasm32-wasip1-threads