summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-04 14:44:42 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:31:20 +0100
commitde7fc637cf72eb14da17dac12510b41e8e3c4a71 (patch)
treebdf9ea3c05075418666b647a492fb473553b574a /.github
parentb4dd9b6d93479f28304ba23fec59816d6fcec564 (diff)
downloadiced-de7fc637cf72eb14da17dac12510b41e8e3c4a71.tar.gz
iced-de7fc637cf72eb14da17dac12510b41e8e3c4a71.tar.bz2
iced-de7fc637cf72eb14da17dac12510b41e8e3c4a71.zip
Fix `test` workflow
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 38b81842..390e7bf3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -38,4 +38,4 @@ jobs:
- name: Check compilation of `todos` example
run: cargo build --package todos --target wasm32-unknown-unknown
- name: Check compilation of `integration_wgpu` example
- run: cargo build --package integration_wgpu --target wasm32-unknown-unknown
+ run: cargo build --package integration --target wasm32-unknown-unknown