Skip to content

Commit db99073

Browse files
committed
WIP
1 parent 7c0b73b commit db99073

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/haskell.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,11 @@ jobs:
6565
path: ${{ steps.setup.outputs.cabal-store }}
6666
key: ${{ steps.cache.outputs.cache-primary-key }}
6767

68+
- name: Build all dependencies
69+
run: cabal build all --only-dependencies
6870

69-
- name: Build ghc-stack-profiler-core
70-
run: "cabal build -v3 lib:ghc-stack-profiler-core"
71-
72-
- name: Build ghc-stack-profiler
73-
run: "cabal build -v3 lib:ghc-stack-profiler"
74-
75-
- name: Build ghc-stack-profiler-speedscope
76-
run: "cabal build -v3 lib:ghc-stack-profiler-speedscope"
77-
78-
- name: Build simple exe
79-
run: "cabal build -v3 exe:simple"
71+
- name: Build all
72+
run: cabal build -v3 all
8073

8174
- name: Run tests
8275
run: cabal test all

0 commit comments

Comments
 (0)