Skip to content

Commit 50bd30f

Browse files
committed
Add ouroboros-consensus to Github Actions build
1 parent 5dab423 commit 50bd30f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ jobs:
179179
- name: ouroboros-network [build]
180180
run: cabal --builddir="$CABAL_BUILDDIR" build ouroboros-network
181181

182+
- name: ouroboros-consensus [build]
183+
run: cabal --builddir="$CABAL_BUILDDIR" build ouroboros-consensus
184+
182185
#
183186
# Test network packages
184187
#
@@ -209,6 +212,9 @@ jobs:
209212
- name: ouroboros-network [test]
210213
run: cabal --builddir="$CABAL_BUILDDIR" run ouroboros-network:test
211214

215+
- name: ouroboros-consensus [test]
216+
run: cabal --builddir="$CABAL_BUILDDIR" run ouroboros-consensus:test
217+
212218
# TODO: we need to install the cddl tool
213219
# - name: ouroboros-network [cddl]
214220
# run: cabal --builddir="$CABAL_BUILDDIR" run test-cddl

0 commit comments

Comments
 (0)