Skip to content

Commit 1a7de66

Browse files
committed
move build native step to the bottom to fix test failing
1 parent 235239f commit 1a7de66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}
3333
version: 3.x
3434

35-
- name: Build native
36-
shell: bash
37-
run: task build
38-
3935
- name: Cross-build for 386
4036
if: matrix.os != 'macos-latest'
4137
env:
@@ -48,6 +44,10 @@ jobs:
4844
GOARCH: "arm"
4945
run: task build
5046

47+
- name: Build native
48+
shell: bash
49+
run: task build
50+
5151
- name: Install Python
5252
uses: actions/setup-python@v2
5353
with:

0 commit comments

Comments
 (0)