00b111a1ff
This still has the async / non-async split. Future diffs will get rid of `GraphQLTypeAsync` and move everything into `GraphQLType`.
17 lines
No EOL
469 B
TOML
17 lines
No EOL
469 B
TOML
[tasks.build-verbose]
|
|
condition = { channels = ["nightly"] }
|
|
|
|
[tasks.build-verbose.windows]
|
|
condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }
|
|
|
|
[tasks.test-verbose]
|
|
condition = { channels = ["nightly"] }
|
|
|
|
[tasks.test-verbose.windows]
|
|
condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }
|
|
|
|
[tasks.ci-coverage-flow]
|
|
condition = { channels = ["nightly"] }
|
|
|
|
[tasks.ci-coverage-flow.windows]
|
|
disabled = true |