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 d56bd6a commit 1539c4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Install wasm32-wasi support
run: rustup target add wasm32-wasi

- name: Prebuild WASM component
run: cargo component build -p pulumi_wasm -p pulumi_wasm_provider_random -p pulumi_wasm_example_simple

- name: Run tests
run: cargo test --all --verbose
- name: Ensure no files have changed
Expand Down

0 comments on commit 1539c4e

Please sign in to comment.