From 75ea43b9cf8e301696e61f3b18c1d7129e18bb2f Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 10 Sep 2019 15:35:38 -0400
Subject: [PATCH] not that apparently

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9d9aad0..05448e8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
       - run:
           name: "Run Tests"
           command: |
-            nix-shell shell.nix --run "stack --test --no-terminal --coverage"
+            nix-shell shell.nix --run "stack test --no-terminal --coverage"
 
 workflows:
   version: 2
-- 
GitLab