test: simulate test wallet environment, closes #3398

This commit is contained in:
kyranjamie
2023-05-19 14:17:29 +02:00
committed by kyranjamie
parent 79b2ce8534
commit 1c825d76e1
15 changed files with 309 additions and 38 deletions

View File

@@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4, 5]
shardTotal: [5]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
shardTotal: [8]
steps:
- uses: actions/checkout@v3