Skip to content

Commit 2e56a83

Browse files
committed
BAR
1 parent f33b316 commit 2e56a83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/simple.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: ghc-pkg dump
6262
run: ghc-pkg list
6363

64+
- name: Dependencies
65+
run: cabal build all --enable-tests --only-dependencies
66+
6467
- name: Build
6568
run: cabal build all --enable-tests
6669

0 commit comments

Comments
 (0)