Skip to content

Commit 7aea170

Browse files
committed
Restored test-suite golden tests
1 parent 2452ab0 commit 7aea170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eras/alonzo/test-suite/test/Tests.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import Cardano.Ledger.Alonzo (AlonzoEra)
1111
import Data.Proxy (Proxy (..))
1212
import System.Environment (lookupEnv)
1313
import qualified Test.Cardano.Ledger.Alonzo.ChainTrace as ChainTrace
14+
import qualified Test.Cardano.Ledger.Alonzo.Golden as Golden
1415
import Test.Cardano.Ledger.Alonzo.ImpTest ()
1516
import Test.Cardano.Ledger.Common
1617
import qualified Test.Cardano.Ledger.Shelley.PropertyTests as Shelley
@@ -28,6 +29,7 @@ defaultTests :: Spec
2829
defaultTests =
2930
describe "Alonzo tests" $ do
3031
AdaPreservation.tests @AlonzoEra 50
32+
Golden.tests
3133

3234
nightlyTests :: Spec
3335
nightlyTests =

0 commit comments

Comments
 (0)