mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 11:04:40 -05:00
CI: fix Wasm testing (#511)
This commit is contained in:
@@ -20,9 +20,8 @@ args = ["+nightly", "build-all-features"]
|
||||
install_crate = "cargo-all-features"
|
||||
|
||||
[tasks.build-wasm]
|
||||
command = "cargo"
|
||||
args = ["+nightly", "build-all-features", "--target=wasm32-unknown-unknown"]
|
||||
install_crate = "cargo-all-features"
|
||||
clear = true
|
||||
dependencies = [{ name = "build-wasm", path = "leptos" }]
|
||||
|
||||
[tasks.check-examples]
|
||||
clear = true
|
||||
|
||||
Reference in New Issue
Block a user