Update Makefile.toml

This commit is contained in:
Christian Legnitto 2018-10-02 22:24:54 -07:00 committed by GitHub
parent 61ea25f61b
commit e8a83ac816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-w
condition = { rust_version = { min = "1.29.0" } }
[tasks.test-verbose.windows]
ondition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } }
condition = { rust_version = { min = "1.29.0" }, env = { "TARGET" = "x86_64-pc-windows-msvc" } }
[tasks.ci-coverage-flow]
condition = { rust_version = { min = "1.29.0" } }