Skip to content

Commit 62b5967

Browse files
committed
update ci to run staking test
1 parent a2aa172 commit 62b5967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 240
2020
strategy:
2121
matrix:
22-
tests: [unmarked, ibc, ibc_rly_evm, ibc_rly_gas, ibc_timeout, ibc_update_client, ica, gov, upgrade, slow, gas]
22+
tests: [unmarked, ibc, ibc_rly_evm, ibc_rly_gas, ibc_timeout, ibc_update_client, ica, gov, upgrade, slow, gas,staking]
2323
env:
2424
TESTS_TO_RUN: ${{ matrix.tests }}
2525
steps:

integration_tests/test_staking_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .network import setup_custom_cronos
2121
from .utils import wait_for_new_blocks
2222

23-
pytestmark = pytest.mark.staking_cache
23+
pytestmark = pytest.mark.staking
2424

2525

2626
@pytest.fixture(scope="function")

0 commit comments

Comments
 (0)