github-actions: add test for 386 arch
This commit is contained in:
parent
b23fdf5bd7
commit
4770da2beb
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
go test -v ./... -coverprofile=coverage.txt -covermode=atomic
|
go test -v ./... -coverprofile=coverage.txt -covermode=atomic
|
||||||
|
GOARCH=386 go test -coverprofile=coverage.txt -covermode=atomic ./lib/... ./app/...
|
||||||
go test -v ./... -race
|
go test -v ./... -race
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user