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:
parent
76c17a4fbc
commit
ff6c54b407
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user