File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -75,39 +75,11 @@ package cryptonite
75
75
flags : -support_rdrand
76
76
77
77
-- ---------------------------------------------------------
78
- -- Disable all tests by default
79
-
80
- tests : False
78
+ -- Enable tests
81
79
80
+ tests : True
82
81
test-show-details : direct
83
82
84
- -- Then enable specific tests in this repo
85
-
86
- package cardano-db
87
- tests : True
88
-
89
- package cardano-db-sync
90
- tests : True
91
-
92
- package cardano-chain-gen
93
- tests : True
94
-
95
- -- These are needed because Nix is doing something crazy.
96
- package cardano-api
97
- tests : False
98
-
99
- package cardano-node
100
- tests : False
101
-
102
- package ouroboros-consensus-cardano-test
103
- tests : False
104
-
105
- package goblins
106
- tests : False
107
-
108
- package io-classes
109
- tests : False
110
-
111
83
allow-newer :
112
84
* :aeson,
113
85
monoidal-containers :aeson,
You can’t perform that action at this time.
0 commit comments