[commit: ghc] wip/circleci: CircleCI: Perform full normal validation (1d0820a)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 14:50:14 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/circleci
Link       : http://ghc.haskell.org/trac/ghc/changeset/1d0820a8a1efbbf8fff417e3cc1b65e9718c0d32/ghc

>---------------------------------------------------------------

commit 1d0820a8a1efbbf8fff417e3cc1b65e9718c0d32
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Oct 26 11:54:56 2017 -0400

    CircleCI: Perform full normal validation


>---------------------------------------------------------------

1d0820a8a1efbbf8fff417e3cc1b65e9718c0d32
 .circleci/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9ce13b4..8449a76 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -23,11 +23,11 @@ jobs:
     - run:
         name: build
         command: |
-          THREADS=8 SKIP_PERF_TESTS=YES VERBOSE=2 ./validate --fast --quiet --build-only
+          THREADS=8 SKIP_PERF_TESTS=YES VERBOSE=2 ./validate --quiet --build-only
     - run:
         name: test
         command: |
-          THREADS=8 SKIP_PERF_TESTS=YES VERBOSE=2 ./validate --fast --quiet --testsuite-only
+          THREADS=8 SKIP_PERF_TESTS=YES VERBOSE=2 ./validate --quiet --testsuite-only
     - run:
         name: build binary distribution
         command: |



More information about the ghc-commits mailing list