Skip to content

Commit

Permalink
github-actions: add test for 386 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen1778 committed Dec 22, 2023
1 parent 4770da2 commit fa3e542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fa3e542

Please sign in to comment.