summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-04-25 02:39:10 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-25 02:39:10 +0200
commitf9bfa82ebcc316c7868487f3ccda0cb760a85fac (patch)
tree816dae3ede0aa78d5c53129fcd650469ec022710 /.github
parent70081c96496ec58563150fe32ee2c4e2a0d46e6a (diff)
parent63f54edf0c4008bb9e4011959863c09e88f4ca77 (diff)
downloadiced-f9bfa82ebcc316c7868487f3ccda0cb760a85fac.tar.gz
iced-f9bfa82ebcc316c7868487f3ccda0cb760a85fac.tar.bz2
iced-f9bfa82ebcc316c7868487f3ccda0cb760a85fac.zip
Merge pull request #322 from AlisCode/aliscode/321/fix-async-examples
#321 Fix async examples by feature-gating Command implementations + A…
Diffstat (limited to '')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 520d8da9..9e73d3d3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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