#321 Fix async examples by feature-gating Command implementations + Add pokedex example in CI so that at least one async example is runned on CI

This commit is contained in:
Olivier Pinon 2020-04-25 02:03:17 +02:00
parent 70081c9649
commit ce2ed35a1a
2 changed files with 58 additions and 0 deletions

View file

@ -29,3 +29,5 @@ jobs:
run: cargo check --package iced --target wasm32-unknown-unknown
- name: Check compilation of `tour` example
run: cargo build --package tour --target wasm32-unknown-unknown
- name: Check compilation of `pokedex` example
run: cargo build --package pokedex --target wasm32-unknown-unknown