diff options
author | 2020-12-18 10:57:51 +0100 | |
---|---|---|
committer | 2020-12-18 10:57:51 +0100 | |
commit | cf97982929c2c5e4487e4ae0236b24749fca3013 (patch) | |
tree | aefb8ed75943dc33590f03e994954025bd501ea2 /.github | |
parent | 64af860ad2317d9f2e72cbda659102d96ec0f931 (diff) | |
download | iced-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.yml | 4 |
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 |