Fix integration CI workflow
The `iced_tour` crate has become a simple example.
This commit is contained in:
parent
665b1d4e1b
commit
7916e6c92e
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…
x
Reference in New Issue
Block a user