Skip to content

Commit

Permalink
cargo-pulumi command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 17, 2024
1 parent 5223f8f commit 775eba5
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 775eba5

Please sign in to comment.