mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* update rust version for macro test to 1.51 * enable const generic tests * run integration tests using MSRV * am blind * clippy, fmt * apply suggestion
10 lines
152 B
TOML
10 lines
152 B
TOML
[tasks.test]
|
|
clear = true
|
|
toolchain = "1.51"
|
|
command = "cargo"
|
|
args = ["test"]
|
|
|
|
[tasks.test-overwrite]
|
|
extend = "test"
|
|
env = { TRYBUILD = "overwrite" }
|