From e4b53d17aaf0f91cc48f90bf37173bd68c5ee929 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 3 Apr 2021 12:59:32 -0500 Subject: [PATCH] Check web example as part of release process. --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bdc02d..2b0ea83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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