Skip to content

Commit

Permalink
[CI] Dry run cargo publish in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: hydai <[email protected]>
  • Loading branch information
hydai authored and 0yi0 committed Mar 17, 2022
1 parent fd035be commit 11be5c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
- name: build examples on WASI
run: |
export PATH="$HOME/.cargo/bin:$PATH"
cargo build --examples
cargo build --examples
- name: test publish
run: |
cargo publish --dry-run

0 comments on commit 11be5c7

Please sign in to comment.