From cdcf05af0e567400d7871ba280aaeeea01610a36 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Fri, 30 Jul 2021 10:24:35 +0200
Subject: [PATCH] [ci] make tests on distributed archive.

---
 nix/default.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nix/default.nix b/nix/default.nix
index 3d1a1a7e696..8dab3661d40 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -172,6 +172,9 @@ pkgs.lib.makeExtensible
         buildPhase = ''
                 make -j 4
         '';
+        checkPhase = ''
+                make tests
+        '';
         installPhase = ''
                true
         '';
-- 
GitLab