Skip to content

Commit b20004c

Browse files
committed
ci: run test on arm64 instead of 386
1 parent 78d187b commit b20004c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/tests.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
- ubuntu
2424
- windows
2525
goarch:
26-
- 386
2726
- amd64
28-
exclude:
29-
- os: macos
30-
goarch: 386
27+
- arm64
3128
fail-fast: false
3229

3330
name: Unit Tests (${{ matrix.os }}/go-${{ matrix.go-version }}/${{ matrix.goarch }})
@@ -53,13 +50,6 @@ jobs:
5350
run: make check-gofmt
5451

5552
- name: Run tests
56-
if: matrix.goarch != 386
5753
run: go test -race -v ./internal/...
5854
env:
5955
GOARCH: ${{ matrix.goarch }}
60-
61-
- name: Run tests (386 arch)
62-
if: matrix.goarch == 386
63-
run: go test -v ./internal/...
64-
env:
65-
GOARCH: ${{ matrix.goarch }}

0 commit comments

Comments
 (0)