Fix test workflow

This commit is contained in:
Héctor Ramón Jiménez 2023-02-04 14:44:42 +01:00
parent b4dd9b6d93
commit de7fc637cf
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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