Skip to content

Commit

Permalink
Only run async tests on master for crates that require master
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato committed Jan 21, 2020
1 parent a54a6e9 commit 036b727
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions juniper_hyper/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ condition = { channels = ["nightly"] }
[tasks.test-verbose]
condition = { channels = ["nightly"] }

[tasks.test-async-verbose]
condition = { channels = ["nightly"] }

[tasks.ci-coverage-flow]
condition = { channels = ["nightly"] }
3 changes: 3 additions & 0 deletions juniper_rocket/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc
[tasks.test-verbose]
condition = { channels = ["nightly"] }

[tasks.test-async-verbose]
condition = { channels = ["nightly"] }

[tasks.test-verbose.windows]
condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }

Expand Down
3 changes: 3 additions & 0 deletions juniper_rocket_async/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc
[tasks.test-verbose]
condition = { channels = ["nightly"] }

[tasks.test-async-verbose]
condition = { channels = ["nightly"] }

[tasks.test-verbose.windows]
condition = { channels = ["nightly"], env = { "TARGET" = "x86_64-pc-windows-msvc" } }

Expand Down

0 comments on commit 036b727

Please sign in to comment.