summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-01-04 15:45:56 +0100
committerMartin Nordholts <enselic@gmail.com>2021-01-04 15:45:57 +0100
commitdf33ed05dd7ebd153f532bd38be2043f7b14d3be (patch)
treebf3ae229fecca042251adc4aa0015a667b53abaf /Cargo.toml
parentc9efdd68edd6fede17ff21cac1d8ce0f826194f2 (diff)
Run PATH-dependent tests serially
Since PATH is a shared resource.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd4f61e3..63664537 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,6 +74,7 @@ default-features = false
[dev-dependencies]
tempdir = "0.3"
assert_cmd = "1.0.2"
+serial_test = "0.5.1"
predicates = "1.0.5"
[build-dependencies]