Check web example as part of release process.

This commit is contained in:
Nolan Darilek 2021-04-03 12:59:32 -05:00
parent 316b1bceec
commit e4b53d17aa
1 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,13 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --target wasm32-unknown-unknown
- uses: actions-rs/install@v0.1
with:
crate: cargo-make
- uses: actions-rs/cargo@v1
with:
command: make
args: [build-web-example]
publish:
name: Publish