mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* remove pr-flow, run all the tests when asked * make tests that were never run pass * run tests cargo make properly * use wasm-pack-base test for running wasm tests * cargo make config should be good * update CI
8 lines
93 B
TOML
8 lines
93 B
TOML
[tasks.test]
|
|
command = "wasm-pack"
|
|
args = [
|
|
"test",
|
|
"--firefox",
|
|
"--headless",
|
|
]
|