split e2e tests out and run them separately, not blocking the build or marking it as failed

This commit is contained in:
James Wilson
2021-08-12 13:38:29 +01:00
parent 7aa4ad49b3
commit d4b5c2b0c8
3 changed files with 33 additions and 12 deletions
+4
View File
@@ -5,6 +5,10 @@ authors = ["Parity Technologies Ltd. <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
[features]
# Run e2e tests by enabling this:
e2e = []
[dependencies]
anyhow = "1.0.41"
bimap = "0.6.1"