Skip to content

Commit 13f4ad8

Browse files
committed
add integration test
1 parent 9c7e29c commit 13f4ad8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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, mint]
2323
env:
2424
TESTS_TO_RUN: ${{ matrix.tests }}
2525
steps:

integration_tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def pytest_configure(config):
2323
config.addinivalue_line("markers", "ibc_update_client: marks ibc updateclient test")
2424
config.addinivalue_line("markers", "gov: marks gov related tests")
2525
config.addinivalue_line("markers", "gas: marks gas related tests")
26+
config.addinivalue_line("markers", "mint: marks mint module tests")
2627

2728

2829
def pytest_collection_modifyitems(items, config):

0 commit comments

Comments
 (0)