aboutsummaryrefslogtreecommitdiff
path: root/src/garage/Cargo.toml
diff options
context:
space:
mode:
authorJill <kokakiwi@deuxfleurs.fr>2022-02-02 16:07:26 +0100
committerJill <kokakiwi@deuxfleurs.fr>2022-02-10 17:55:49 +0100
commit3baa841d6f62a75bf74ed0c26499b447c50bf32f (patch)
treecc56457c842680d670c54a108d1e8bdd15d29c34 /src/garage/Cargo.toml
parentdd407e7041102f52611336bef304c3266a4d6fbe (diff)
downloadgarage-3baa841d6f62a75bf74ed0c26499b447c50bf32f.tar.gz
garage-3baa841d6f62a75bf74ed0c26499b447c50bf32f.zip
tests: Fix garage integration test
Diffstat (limited to 'src/garage/Cargo.toml')
-rw-r--r--src/garage/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml
index 82ae1896..d6034bbd 100644
--- a/src/garage/Cargo.toml
+++ b/src/garage/Cargo.toml
@@ -8,6 +8,8 @@ description = "Garage, an S3-compatible distributed object store for self-hosted
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "../../README.md"
+autotests = false
+
[[bin]]
name = "garage"
path = "main.rs"