CI: fix Wasm testing (#511)

This commit is contained in:
Greg Johnston
2023-02-12 19:39:32 -05:00
committed by GitHub
parent ca510f72c1
commit 989b5b93c3
3 changed files with 26 additions and 4 deletions

View File

@@ -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