Fix test workflow
This commit is contained in:
parent
b4dd9b6d93
commit
de7fc637cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue