diff options
author | 2023-02-04 14:44:42 +0100 | |
---|---|---|
committer | 2023-02-24 13:31:20 +0100 | |
commit | de7fc637cf72eb14da17dac12510b41e8e3c4a71 (patch) | |
tree | bdf9ea3c05075418666b647a492fb473553b574a /.github/workflows | |
parent | b4dd9b6d93479f28304ba23fec59816d6fcec564 (diff) | |
download | iced-de7fc637cf72eb14da17dac12510b41e8e3c4a71.tar.gz iced-de7fc637cf72eb14da17dac12510b41e8e3c4a71.tar.bz2 iced-de7fc637cf72eb14da17dac12510b41e8e3c4a71.zip |
Fix `test` workflow
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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 |