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