Skip to content

Commit

Permalink
Test 32bit
Browse files Browse the repository at this point in the history
So e.g. #347 is caught.
  • Loading branch information
arp242 committed Feb 23, 2022
1 parent 573cad4 commit 1142675
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -24,7 +24,11 @@
{
"name": "Test",
"run": "go test -v ./..."
}
},
{
"name": "Test 32bit",
"run": "GOARCH=386 go test -v ./..."
},
]
}
}
Expand Down

0 comments on commit 1142675

Please sign in to comment.