tests: Switch CI tests.

This commit is contained in:
tecnovert
2025-01-15 15:06:34 +02:00
parent def7aae1ec
commit 3b60472c04
3 changed files with 112 additions and 111 deletions

View File

@@ -59,7 +59,7 @@ jobs:
export PARTICL_BINDIR="$BIN_DIR/particl";
export BITCOIN_BINDIR="$BIN_DIR/bitcoin";
export XMR_BINDIR="$BIN_DIR/monero";
pytest tests/basicswap/test_xmr.py::Test -k "test_003_api or test_02_leader_recover_a_lock_tx"
pytest tests/basicswap/test_btc_xmr.py::TestBTC -k "test_003_api or test_02_a_leader_recover_a_lock_tx"
- name: Running test_encrypted_xmr_reload
run: |
export PYTHONPATH=$(pwd)