Skip to content

Commit a0a2e46

Browse files
committed
ci: run concurrent test on both amd64 and arm64
Part of #62
1 parent f9fbb24 commit a0a2e46

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,13 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
runs-on: [ubuntu-24.04, ubuntu-24.04, ubuntu-24.04]
72+
runs-on:
73+
- ubuntu-24.04
74+
- ubuntu-24.04
75+
- ubuntu-24.04
76+
- ubuntu-24.04-arm
77+
- ubuntu-24.04-arm
78+
- ubuntu-24.04-arm
7379
runs-on: ${{ matrix.runs-on }}
7480
env:
7581
TARANTOOL_CACHE_KEY_SUFFIX: -B-${{ github.run_id }}

0 commit comments

Comments
 (0)