1
1
mirror of https://github.com/github/semantic.git synced 2024-11-26 09:07:39 +03:00

Don't build benchmarks we won't run.

This commit is contained in:
Rob Rix 2022-04-14 11:47:39 -04:00
parent 76c17a4fbc
commit ff6c54b407
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -46,7 +46,7 @@ jobs:
- name: Configure project
run: |
cabal v2-update
cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-benchmarks --enable-tests --write-ghc-environment-files=always -j2
cabal v2-configure --project-file=cabal.project.ci --disable-optimization --enable-tests --write-ghc-environment-files=always -j2
- name: Restore from cache
run: ./cabal-cache sync-from-archive --threads=2 --archive-uri=dist-cache || true