Skip to content

Commit

Permalink
Disable async tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Nov 15, 2019
1 parent f6c0bc7 commit 38c3e28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# https://github.com/sagiegurari/cargo-make#automatically-extend-workspace-makefile
[env]
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = "true"
CARGO_MAKE_CARGO_ALL_FEATURES = ""

#
# Run `RELEASE_LEVEL=(patch|major|minor) cargo make release` to push a new release of every crate.
Expand Down
4 changes: 4 additions & 0 deletions juniper_warp/Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

[env]
CARGO_MAKE_CARGO_ALL_FEATURES = ""

[tasks.build-verbose]
condition = { rust_version = { min = "1.29.0" } }

Expand Down

0 comments on commit 38c3e28

Please sign in to comment.