Skip to content

Commit c982739

Browse files
committed
WIP
1 parent 7c0b73b commit c982739

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/haskell.yml

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

68-
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"
68+
- name: Build all
69+
run: "cabal build -v3 all"
8070

8171
- name: Run tests
8272
run: cabal test all

0 commit comments

Comments
 (0)