Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 5, 2024
1 parent 0b6e146 commit 68b783d
Show file tree
Hide file tree
Showing 19 changed files with 2,343 additions and 1,733 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
version: "25.3"
- name: Build
run: |
cargo install cargo-component@0.8.0 --locked || which cargo-component
cargo install cargo-component@0.9.0 --locked || which cargo-component
cargo build --verbose
cargo component build -p pulumi_wasm --verbose
cargo component build -p pulumi_wasm_random --verbose
cargo component build -p pulumi_rust_wasm --verbose
cargo component build -p pulumi_wasm_main --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --all --verbose
Loading

0 comments on commit 68b783d

Please sign in to comment.