yew/packages/yew-macro/Makefile.toml
Muhammad Hamza 991abab7e1
Update Rust version for macro tests to 1.51 & enable const generics tests (#1801)
* update rust version for macro test to 1.51

* enable const generic tests

* run integration tests using MSRV

* am blind

* clippy, fmt

* apply suggestion
2021-03-30 22:35:21 +02:00

10 lines
152 B
TOML

[tasks.test]
clear = true
toolchain = "1.51"
command = "cargo"
args = ["test"]
[tasks.test-overwrite]
extend = "test"
env = { TRYBUILD = "overwrite" }