Skip to content

Commit

Permalink
Update CI configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
qian-hu committed Aug 8, 2024
1 parent aa72a4d commit a7d9694
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/kontrol/scripts/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"kontrol": "0.1.380",
"kontrol": "0.1.395",
"kontrol-cheatcodes": "master"
}

0 comments on commit a7d9694

Please sign in to comment.