mirror of
https://github.com/sayo-hs/heftia.git
synced 2024-11-22 18:36:15 +03:00
[fix] Rename build steps in CI.
This commit is contained in:
parent
5ac7def6ba
commit
da116b513f
4
.github/workflows/haskell.yml
vendored
4
.github/workflows/haskell.yml
vendored
@ -42,11 +42,11 @@ jobs:
|
||||
cabal update
|
||||
cabal build --only-dependencies --enable-tests --disable-benchmarks all
|
||||
|
||||
- name: Build
|
||||
- name: Build (ghc != 9.4.1)
|
||||
if: ${{ matrix.ghc != '9.4.1' }}
|
||||
run: cabal build --enable-tests --disable-benchmarks all
|
||||
|
||||
- name: Build
|
||||
- name: Build (ghc == 9.4.1)
|
||||
if: ${{ matrix.ghc == '9.4.1' }}
|
||||
run: cabal build --enable-tests --disable-benchmarks heftia heftia-effects:heftia-effects heftia-effects:test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user