summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-07 06:41:41 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-07 06:41:41 +0100
commitd3900e067361c82fd857fc92b81284146140bc3b (patch)
tree3b2e250e6c5a6d6be4d441ff52887cd497b47da4 /.github
parent24c3d20a76e45feddac67ed62249796c774ce330 (diff)
downloadiced-d3900e067361c82fd857fc92b81284146140bc3b.tar.gz
iced-d3900e067361c82fd857fc92b81284146140bc3b.tar.bz2
iced-d3900e067361c82fd857fc92b81284146140bc3b.zip
Enable renderer backends in `integration` example
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 390e7bf3..a9a9b3f9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,5 +37,5 @@ jobs:
run: cargo build --package tour --target wasm32-unknown-unknown
- name: Check compilation of `todos` example
run: cargo build --package todos --target wasm32-unknown-unknown
- - name: Check compilation of `integration_wgpu` example
+ - name: Check compilation of `integration` example
run: cargo build --package integration --target wasm32-unknown-unknown