Skip to content

Commit

Permalink
Merge pull request #48 from andrzejressel/cargo_pulumi
Browse files Browse the repository at this point in the history
cargo-pulumi command
  • Loading branch information
mergify[bot] committed Mar 17, 2024
2 parents 5223f8f + 775eba5 commit d0f5879
Show file tree
Hide file tree
Showing 39 changed files with 2,001 additions and 24 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ jobs:

- name: Build WASM support (Windows)
if: runner.os == 'Windows'
run: |
./build.bat
run: ./build.bat
- name: Build WASM support (Unix)
if: runner.os == 'Linux' || runner.os == 'macOS'
run: |
./build.sh
run: ./build.sh

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

0 comments on commit d0f5879

Please sign in to comment.