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 <sam@secondstate.io>
  • Loading branch information
apepkuss committed Nov 15, 2023
1 parent 8e3463b commit c98bf6a
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 -p wasmedge-sdk --all --examples --features static -- --nocapture --test-threads=1
cargo test -p wasmedge-sdk --all --examples --features static,aot,wasmedge_process,ffi -- --nocapture --test-threads=1
- name: Test Rust SDK with async feature
run: |
cargo test -p wasmedge-sdk --all --examples --features static -- --nocapture --test-threads=1
cargo test -p wasmedge-sdk --all --examples --features static,aot,async,wasmedge_process,ffi -- --nocapture --test-threads=1

0 comments on commit c98bf6a

Please sign in to comment.