From 6b6f78cfe8e7e655bc0ec6712063b5fbee8e0b3c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 11 Sep 2019 15:29:37 -0400 Subject: [PATCH] Slightly less misleading heading --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 62a6fc8..0599e1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,7 +109,7 @@ jobs: - ".stack-work" - run: - name: "Run Tests" + name: "Building" command: | # shell.nix gives us the stack we want. Then stack.yaml specifies # some more of the Nix-based environment to be able to build and -- GitLab