Make integration tests skip release-related automation (#341)

This commit is contained in:
Christian Legnitto 2019-04-08 23:12:14 -07:00 committed by GitHub
parent 6ff551fcb0
commit 327acbd1d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,3 +14,11 @@ condition = { rust_version = { min = "1.31.0" } }
[tasks.ci-coverage-flow]
disabled = true
[tasks.release]
disabled = true
[tasks.release-patch]
disabled = true
[tasks.release-dry-run]
disabled = true