github-actions: add test for 386 arch

This commit is contained in:
hagen1778 2023-12-22 15:52:25 +01:00
parent 4770da2beb
commit fa3e54236d
No known key found for this signature in database
GPG Key ID: 3BF75F3741CA9640

View File

@ -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: |