Fix integration CI workflow

The `iced_tour` crate has become a simple example.
This commit is contained in:
Héctor Ramón Jiménez 2019-10-13 18:54:02 +02:00
parent 665b1d4e1b
commit 7916e6c92e

View File

@ -24,6 +24,3 @@ jobs:
- uses: actions/checkout@master
- name: Run tests
run: cargo test --verbose --all --all-features
- name: Build tour for WebAssembly
if: matrix.targets == 'wasm32-unknown-unknown'
run: cargo build --verbose --package iced_tour --lib --target wasm32-unknown-unknown