From 2315641e7705612cb0f117496e3397d34e94ac44 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 8 Jul 2021 12:33:39 +0200 Subject: [PATCH] Don't build benchmarks in CI --- .github/workflows/build-all-versions.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index fca637189..3dd4b2ed5 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -53,7 +53,7 @@ jobs: - name: Build run: | - cabal configure --enable-tests --enable-benchmarks --test-show-details=direct + cabal configure --enable-tests --test-show-details=direct cabal build all # - name: Test @@ -87,8 +87,7 @@ jobs: - name: Build run: | - stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml - # stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks + stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml --test --no-run-tests - name: Test run: |