mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
Increase workers to 4
This commit is contained in:
parent
9e460871e2
commit
7f2be8e7d8
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
elif [ "${{ matrix.shard }}" == 1 ]; then
|
||||
pytest --dist=loadgroup tests/relay/test_rln.py -n 1
|
||||
elif [ "${{ matrix.shard }}" != 1 ]; then
|
||||
pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --ignore=tests/relay/test_rln.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results
|
||||
pytest --dist=loadgroup --ignore=test_get_multiple_2000_store_messages --ignore=tests/relay/test_rln.py --reruns 2 -n=4 --shard-id=${{ matrix.shard }} --num-shards=13 --alluredir=allure-results
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user