Skip to content

fix: mark Widget deprecation doc test as ignore to prevent compile er… #2

fix: mark Widget deprecation doc test as ignore to prevent compile er…

fix: mark Widget deprecation doc test as ignore to prevent compile er… #2

Workflow file for this run

name: WASM
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build WASM
runs-on: blacksmith-4cpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
- run: cargo build --target wasm32-unknown-unknown -p ctui-wasm