421b343398
Additionally: - remove obsolete benches in benches/ dir - restore benches in juniper/benches/ dir
30 lines
1 KiB
TOML
30 lines
1 KiB
TOML
# This is needed as the release config is at a different path than the top-level
|
|
# release config.
|
|
[env]
|
|
CARGO_MAKE_CARGO_ALL_FEATURES = ""
|
|
|
|
[tasks.release-INTERNAL]
|
|
args = ["release", "--config", "${CARGO_MAKE_WORKING_DIRECTORY}/release.toml", "${RELEASE_LEVEL}"]
|
|
|
|
[tasks.release-dry-run-INTERNAL]
|
|
args = ["release", "--config", "${CARGO_MAKE_WORKING_DIRECTORY}/release.toml", "--dry-run", "${RELEASE_LEVEL}"]
|
|
|
|
[tasks.release-local-test-INTERNAL]
|
|
args = ["release", "--config", "${CARGO_MAKE_WORKING_DIRECTORY}/release.toml", "--no-confirm", "--skip-publish", "--skip-push", "--skip-tag", "${RELEASE_LEVEL}"]
|
|
|
|
[tasks.test]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-custom]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-flow]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-multi-flow-phase]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-thread-safe]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-verbose]
|
|
args = ["test", "--all-features"]
|
|
[tasks.test-with-args]
|
|
args = ["test", "--all-features"]
|
|
[tasks.ci-coverage-flow]
|
|
args = ["test", "--all-features"]
|