From cd3b3a75067ebd69498b47ea8f7dc2880d2dc6ee Mon Sep 17 00:00:00 2001
From: Paul Brinkmeier <hallo@pbrinkmeier.de>
Date: Wed, 14 Sep 2022 15:16:57 +0200
Subject: [PATCH] Try to quietly run nix-shell

---
 .drone.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 7383a2a..636c430 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -30,5 +30,4 @@ steps:
     image: nixos/nix:2.11.0
     commands:
       - cd algo2/radix-heap
-      - nix-shell --run "stack build"
-      - nix-shell --run "stack test"
+      - nix-shell --quiet --run "stack test"