We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2452ab0 commit 7aea170Copy full SHA for 7aea170
eras/alonzo/test-suite/test/Tests.hs
@@ -11,6 +11,7 @@ import Cardano.Ledger.Alonzo (AlonzoEra)
11
import Data.Proxy (Proxy (..))
12
import System.Environment (lookupEnv)
13
import qualified Test.Cardano.Ledger.Alonzo.ChainTrace as ChainTrace
14
+import qualified Test.Cardano.Ledger.Alonzo.Golden as Golden
15
import Test.Cardano.Ledger.Alonzo.ImpTest ()
16
import Test.Cardano.Ledger.Common
17
import qualified Test.Cardano.Ledger.Shelley.PropertyTests as Shelley
@@ -28,6 +29,7 @@ defaultTests :: Spec
28
29
defaultTests =
30
describe "Alonzo tests" $ do
31
AdaPreservation.tests @AlonzoEra 50
32
+ Golden.tests
33
34
nightlyTests :: Spec
35
nightlyTests =
0 commit comments