Build `todos` examples instead of `pokedex` in CI

This commit is contained in:
Héctor Ramón Jiménez 2020-12-18 10:57:51 +01:00
parent 64af860ad2
commit cf97982929
1 changed files with 2 additions and 2 deletions

View File

@ -29,5 +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
- name: Check compilation of `todos` example
run: cargo build --package todos --target wasm32-unknown-unknown