Fix integration CI workflow
The `iced_tour` crate has become a simple example.
This commit is contained in:
parent
665b1d4e1b
commit
7916e6c92e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
|
|
@ -24,6 +24,3 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --all --all-features
|
||||
- name: Build tour for WebAssembly
|
||||
if: matrix.targets == 'wasm32-unknown-unknown'
|
||||
run: cargo build --verbose --package iced_tour --lib --target wasm32-unknown-unknown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue