Skip to content

Commit

Permalink
Test ARM + 32bit
Browse files Browse the repository at this point in the history
So e.g. #347 is caught. Figure I
might as well use ARM instead of i386.
  • Loading branch information
arp242 committed Feb 23, 2022
1 parent 573cad4 commit 5edad44
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 arm 32bit",
"run": "GOARCH=arm go test -v ./..."
},
]
}
}
Expand Down

0 comments on commit 5edad44

Please sign in to comment.