Skip to content

Commit f02e629

Browse files
authored
feat(github_ci): enable pyhmy tests on arm architecture (#5070)
1 parent 41918dc commit f02e629

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,9 @@ jobs:
160160
pyhmy-checker:
161161
name: Run pyhmy tests (${{ matrix.arch }})
162162
needs: build
163-
# TODO:@mur-me for now only amd64, in the future
164-
# we need to rewrite https://github.com/harmony-one/go-sdk/blob/master/.github/workflows/hmybuild.yml to cover arm64
165163
runs-on: ${{ matrix.os }}
166164
timeout-minutes: 25
167-
strategy:
168-
fail-fast: false
169-
matrix:
170-
include:
171-
- os: ubuntu-24.04
172-
arch: amd64
165+
strategy: *arch-matrix
173166
steps:
174167
- *checkout-harmony
175168
- *checkout-bls

0 commit comments

Comments
 (0)