diff options
author | 2020-04-25 02:39:10 +0200 | |
---|---|---|
committer | 2020-04-25 02:39:10 +0200 | |
commit | f9bfa82ebcc316c7868487f3ccda0cb760a85fac (patch) | |
tree | 816dae3ede0aa78d5c53129fcd650469ec022710 /.github | |
parent | 70081c96496ec58563150fe32ee2c4e2a0d46e6a (diff) | |
parent | 63f54edf0c4008bb9e4011959863c09e88f4ca77 (diff) | |
download | iced-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.yml | 2 |
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 |