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 16, 2024
1 parent c2fd803 commit ad66780
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,17 @@ if [ "$SCRIPT_TESTS" == true ]; then
"VetoCooldownTest.testVetoCooldownDuration"
"VetoSignallingTest.testTransitionNormalToVetoSignalling"
"VetoSignallingTest.testVetoSignallingInvariantsHoldInitially"
"VetoSignallingTest.testVetoSignallingInvariantsArePreserved"
"VetoSignallingTest.testDeactivationNotCancelled"
"EscrowAccountingTest.testRageQuitSupport"
"EscrowAccountingTest.testEscrowInvariantsHoldInitially"
"EscrowLockUnlockTest.testLockStEth"
#"EscrowAccountingTest.testUnlockStEth"
#"EscrowOperationsTest.testCannotUnlockBeforeMinLockTime"
#"EscrowOperationsTest.testCannotLockUnlockInRageQuitEscrowState"
#"EscrowOperationsTest.testCannotWithdrawBeforeEthClaimTimelockElapsed"
"ProposalOperationsSetup.testOnlyAdminProposersCanCancelProposals"
"ProposalOperationsSetup.testCannotProposeInInvalidState"
#"ActivateNextStateTest.testEscrowStateTransition"
)
elif [ "$CUSTOM_TESTS" != 0 ]; then
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.395",
"kontrol": "0.1.409",
"kontrol-cheatcodes": "master"
}

0 comments on commit ad66780

Please sign in to comment.