Build `todos` examples instead of `pokedex` in CI
This commit is contained in:
parent
64af860ad2
commit
cf97982929
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue