Skip to content

Commit

Permalink
Fix nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Sep 24, 2021
1 parent 80efd2d commit 71a9c60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/nightly-tests.sh
Expand Up @@ -3,14 +3,14 @@ set -e

nix build -f `dirname $0`/.. haskellPackages.cardano-ledger-alonzo-test.components.tests.cardano-ledger-alonzo-test -o cardano-ledger-alonzo-test
pushd eras/alonzo/test-suite/
nix-shell ../../shell.nix --run \
"../../cardano-ledger-alonzo-test/bin/cardano-ledger-alonzo-test --scenario=Nightly"
nix-shell ../../../shell.nix --run \
"../../../cardano-ledger-alonzo-test/bin/cardano-ledger-alonzo-test --scenario=Nightly"
popd

nix build -f `dirname $0`/.. haskellPackages.cardano-ledger-shelley-ma-test.components.tests.cardano-ledger-shelley-ma-test -o cardano-ledger-shelley-ma-test
pushd eras/shelley-ma/test-suite/
nix-shell ../../shell.nix --run \
"../../cardano-ledger-shelley-ma-test/bin/cardano-ledger-shelley-ma-test --scenario=Nightly"
nix-shell ../../../shell.nix --run \
"../../../cardano-ledger-shelley-ma-test/bin/cardano-ledger-shelley-ma-test --scenario=Nightly"
popd

nix build -f `dirname $0`/.. haskellPackages.cardano-ledger-shelley-test.components.tests.cardano-ledger-shelley-test -o cardano-ledger-shelley-test
Expand All @@ -24,7 +24,7 @@ popd
#../../../cardano-ledger-byron-test/bin/cardano-ledger-byron-test --scenario=QualityAssurance
#popd
#
# Two bryon property tests are currently failing:
# Two byron property tests are currently failing:
# 1 ts_prop_mainnetEpochsValid
# 2 prop_deserializeEpochs
# See:
Expand Down

0 comments on commit 71a9c60

Please sign in to comment.