We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41918dc commit f02e629Copy full SHA for f02e629
1 file changed
.github/workflows/ci-pr.yaml
@@ -160,16 +160,9 @@ jobs:
160
pyhmy-checker:
161
name: Run pyhmy tests (${{ matrix.arch }})
162
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
165
runs-on: ${{ matrix.os }}
166
timeout-minutes: 25
167
- strategy:
168
- fail-fast: false
169
- matrix:
170
- include:
171
- - os: ubuntu-24.04
172
- arch: amd64
+ strategy: *arch-matrix
173
steps:
174
- *checkout-harmony
175
- *checkout-bls
0 commit comments