File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ TEST_THREADS=15 PYTEST_ARGS="-k 'test_stake_pool_low_cost or test_reward_amount'
159159Run on preview testnet with specific node revision:
160160
161161``` sh
162- NODE_REV=10.4 .1 BOOTSTRAP_DIR=~ /tmp/preview_config/ ./.github/regression.sh
162+ NODE_REV=10.5 .1 BOOTSTRAP_DIR=~ /tmp/preview_config/ ./.github/regression.sh
163163```
164164
165165---
@@ -201,9 +201,8 @@ make check_dev_env
201201### 🧪 Run Individual Tests
202202
203203``` sh
204- pytest -k " test_name1 or test_name2" cardano_node_tests
205- pytest -m " not long" cardano_node_tests
206- pytest -m smoke cardano_node_tests/tests/test_governance.py
204+ pytest -k " test_missing_tx_out or test_multiple_same_txins" cardano_node_tests
205+ pytest -m smoke cardano_node_tests/tests/test_cli.py
207206```
208207
209208### 🧹 Run Linters
You can’t perform that action at this time.
0 commit comments