From a7d96947947e9da1937a211905a245ecf1011a72 Mon Sep 17 00:00:00 2001 From: qian-hu <88806138+qian-hu@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:56:21 -0400 Subject: [PATCH] Update CI configurations --- test/kontrol/scripts/run-kontrol.sh | 11 ++++++----- test/kontrol/scripts/versions.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/test/kontrol/scripts/run-kontrol.sh b/test/kontrol/scripts/run-kontrol.sh index 583b564c..8605cdc3 100755 --- a/test/kontrol/scripts/run-kontrol.sh +++ b/test/kontrol/scripts/run-kontrol.sh @@ -102,11 +102,12 @@ test_list=() if [ "$SCRIPT_TESTS" == true ]; then # Here go the list of tests to execute with the `script` option test_list=( - #"VetoCooldownTest.testVetoCooldownDuration" - #"VetoSignallingTest.testTransitionNormalToVetoSignalling" - #"VetoSignallingTest.testVetoSignallingInvariantsHoldInitially" - #"EscrowAccountingTest.testRageQuitSupport" - #"EscrowAccountingTest.testEscrowInvariantsHoldInitially" + "RageQuitTest.testRageQuitDuration" + "VetoCooldownTest.testVetoCooldownDuration" + "VetoSignallingTest.testTransitionNormalToVetoSignalling" + "VetoSignallingTest.testVetoSignallingInvariantsHoldInitially" + "EscrowAccountingTest.testRageQuitSupport" + "EscrowAccountingTest.testEscrowInvariantsHoldInitially" "EscrowLockUnlockTest.testLockStEth" #"EscrowAccountingTest.testUnlockStEth" #"EscrowOperationsTest.testCannotUnlockBeforeMinLockTime" diff --git a/test/kontrol/scripts/versions.json b/test/kontrol/scripts/versions.json index a6ea039a..4d53d7c5 100644 --- a/test/kontrol/scripts/versions.json +++ b/test/kontrol/scripts/versions.json @@ -1,4 +1,4 @@ { - "kontrol": "0.1.380", + "kontrol": "0.1.395", "kontrol-cheatcodes": "master" }