github-actions: add test for 386 arch

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

View File

@ -17,6 +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/...
go test -v ./... -race
- name: Build
run: |