Skip to content

Commit

Permalink
Build the CDDL test, as CI depends on it
Browse files Browse the repository at this point in the history
If we disable it now without having a nightly job to run it, it will bitrot
for sure.

You can still disable the test locally by disabling the `cddl` flag in your
`cabal.project.local`.
  • Loading branch information
mrBliss committed Feb 19, 2020
1 parent db23511 commit eba39ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ package mux

package ouroboros-network
tests: True
flags: +asserts -cddl
flags: +asserts +cddl

package ouroboros-consensus
tests: True
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ flags:
asserts: true
ouroboros-network:
asserts: true
cddl: false
cddl: true
ouroboros-consensus:
asserts: true
ouroboros-consensus-byron:
Expand Down

0 comments on commit eba39ad

Please sign in to comment.