Skip to content

Commit 5a6175f

Browse files
committed
Fixes
1 parent 182d749 commit 5a6175f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: build
2929
run: make
3030
- name: test
31+
if: ${{ matrix.arch == 'amd64' }}
3132
run: make test
3233
- name: prepare artifact
3334
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)