Don't build benchmarks in CI

This commit is contained in:
John J. Camilleri
2021-07-08 12:33:39 +02:00
parent 7dc396e841
commit 2315641e77

View File

@@ -53,7 +53,7 @@ jobs:
- name: Build - name: Build
run: | run: |
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct cabal configure --enable-tests --test-show-details=direct
cabal build all cabal build all
# - name: Test # - name: Test
@@ -87,8 +87,7 @@ jobs:
- name: Build - name: Build
run: | run: |
stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml --test --no-run-tests
# stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
- name: Test - name: Test
run: | run: |