From 3e5133da1ae0fa0eac384a81a23e02877113b5e0 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 12 Oct 2021 15:37:18 +0200 Subject: [PATCH] ci: add package check phase This takes care of launching the test suite. --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index e52d282..7037529 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,10 @@ steps: commands: - nix flake check +- name: package check + commands: + - nix build + - name: notifiy commands: - nix run github:ambroisie/matrix-notifier