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 78d187b commit 1b1aa82Copy full SHA for 1b1aa82
.github/workflows/tests.yml
@@ -23,11 +23,8 @@ jobs:
23
- ubuntu
24
- windows
25
goarch:
26
- - 386
27
- amd64
28
- exclude:
29
- - os: macos
30
- goarch: 386
+ - arm64
31
fail-fast: false
32
33
name: Unit Tests (${{ matrix.os }}/go-${{ matrix.go-version }}/${{ matrix.goarch }})
@@ -53,13 +50,6 @@ jobs:
53
50
run: make check-gofmt
54
51
55
52
- name: Run tests
56
- if: matrix.goarch != 386
57
- run: go test -race -v ./internal/...
58
- env:
59
- 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