Skip to content

Commit

Permalink
ci(rust-static-lib): update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Nov 15, 2023
1 parent 6970fa6 commit 8e3463b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-static-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:

- name: Test Rust SDK
run: |
cargo test --workspace --locked --features aot,wasmedge_process,ffi -- --nocapture --test-threads=1
cargo test -p wasmedge-sdk --all --examples --features static -- --nocapture --test-threads=1
- name: Test Rust SDK with async feature
run: |
cargo test --workspace --locked --features aot,async,wasmedge_process,ffi -- --nocapture --test-threads=1
cargo test -p wasmedge-sdk --all --examples --features static -- --nocapture --test-threads=1

0 comments on commit 8e3463b

Please sign in to comment.