diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c8d9cb4a..5f569da65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,10 +20,10 @@ jobs: command: stack --no-terminal setup - run: name: Run tests - command: stack --no-terminal test --ghc-options=-split-sections + command: stack --no-terminal test - run: name: Install executable - command: stack --no-terminal install --ghc-options=-split-sections + command: stack --no-terminal install - run: name: Create artifacts command: |