Skip to content

Commit

Permalink
Integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 17, 2024
1 parent 1539c4e commit 5ee7fa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
- name: Install wasm32-wasi support
run: rustup target add wasm32-wasi

- name: Prebuild WASM component
- name: Build WASM component
run: cargo component build -p pulumi_wasm -p pulumi_wasm_provider_random -p pulumi_wasm_example_simple
- name: Build libraries
run: cargo build -p pulumi_wasm_runner -p pulumi_wasm_rust -p pulumi_wasm_rust_macro -p pulumi_wasm_provider_random_rust

- name: Run tests
run: cargo test --all --verbose
Expand Down

0 comments on commit 5ee7fa0

Please sign in to comment.