Check Wasm compilation of tour example in CI

This commit is contained in:
Héctor Ramón Jiménez 2020-04-14 07:44:04 +02:00
parent f7825fd936
commit 88b7dd6601

View File

@ -27,3 +27,5 @@ jobs:
- uses: actions/checkout@master
- name: Run checks
run: cargo check --package iced --target wasm32-unknown-unknown
- name: Check compilation of `tour` example
run: cargo build --package tour --target wasm32-unknown-unknown