summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-12-18 10:57:51 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-12-18 10:57:51 +0100
commitcf97982929c2c5e4487e4ae0236b24749fca3013 (patch)
treeaefb8ed75943dc33590f03e994954025bd501ea2 /.github
parent64af860ad2317d9f2e72cbda659102d96ec0f931 (diff)
downloadiced-cf97982929c2c5e4487e4ae0236b24749fca3013.tar.gz
iced-cf97982929c2c5e4487e4ae0236b24749fca3013.tar.bz2
iced-cf97982929c2c5e4487e4ae0236b24749fca3013.zip
Build `todos` examples instead of `pokedex` in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9e73d3d3..bc531abf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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