We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d3096 commit 733841eCopy full SHA for 733841e
.github/workflows/rpc-integration-tests.yml
@@ -11,7 +11,10 @@ on:
11
12
jobs:
13
integration-test-suite:
14
- runs-on: self-hosted
+ strategy:
15
+ matrix:
16
+ backend: [ Erigon2 ]
17
+ runs-on: [ self-hosted, "${{ matrix.backend }}" ]
18
env:
19
ERIGON_DATA_DIR: /opt/erigon-versions/reference-version/datadir
20
RPC_PAST_TEST_DIR: /opt/rpc-past-tests
.github/workflows/rpc-performance-tests.yml
@@ -7,7 +7,10 @@ on:
7
8
9
performance-test-suite:
10
ERIGON_DIR: /opt/erigon-versions/reference-version
0 commit comments