diff options
author | Jill <kokakiwi@deuxfleurs.fr> | 2022-02-02 16:07:26 +0100 |
---|---|---|
committer | Jill <kokakiwi@deuxfleurs.fr> | 2022-02-03 12:55:24 +0100 |
commit | 06ad505cb5c8a4c98fdd83f67bdabea332e6689a (patch) | |
tree | 693354e4b054eccdb8d19b5388682053e75dd002 /default.nix | |
parent | 539b25652502693fed311699829f3bd28e604aa5 (diff) | |
download | garage-06ad505cb5c8a4c98fdd83f67bdabea332e6689a.tar.gz garage-06ad505cb5c8a4c98fdd83f67bdabea332e6689a.zip |
tests: Fix garage integration test
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 108d4804..09416208 100644 --- a/default.nix +++ b/default.nix @@ -76,7 +76,7 @@ in let */ ''^(src|tests)'' # fixed default ''.*\.(rs|toml)$'' # fixed default - ''^(crdt|replication|cli|helper|signature)'' # our crate submodules + ''^(crdt|replication|cli|helper|signature|common|ext)'' # our crate submodules ]; }; |