1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 02:49:37 +00:00

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

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