Disable async tests on CI

This commit is contained in:
Christoph Herzog 2019-11-15 21:44:24 +01:00
parent f6c0bc7b02
commit 38c3e28f22
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# https://github.com/sagiegurari/cargo-make#automatically-extend-workspace-makefile # https://github.com/sagiegurari/cargo-make#automatically-extend-workspace-makefile
[env] [env]
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = "true" 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. # Run `RELEASE_LEVEL=(patch|major|minor) cargo make release` to push a new release of every crate.

View file

@ -1,3 +1,7 @@
[env]
CARGO_MAKE_CARGO_ALL_FEATURES = ""
[tasks.build-verbose] [tasks.build-verbose]
condition = { rust_version = { min = "1.29.0" } } condition = { rust_version = { min = "1.29.0" } }