Check Wasm compilation of tour
example in CI
This commit is contained in:
parent
f7825fd936
commit
88b7dd6601
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -27,3 +27,5 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
- name: Run checks
|
||||
run: cargo check --package iced --target wasm32-unknown-unknown
|
||||
- name: Check compilation of `tour` example
|
||||
run: cargo build --package tour --target wasm32-unknown-unknown
|
||||
|
Loading…
Reference in New Issue
Block a user