github: Remove the 386 test step in GitHub test workflow

Fixes #14201
This commit is contained in:
Bjørn Erik Pedersen
2025-11-21 11:00:50 +01:00
parent 24210dcad9
commit b971b7f911
-9
View File
@@ -145,15 +145,6 @@ func Docker() error {
// Run tests and linters
func Check() {
if runtime.GOARCH == "amd64" && runtime.GOOS != "darwin" {
mg.Deps(Test386)
if isCI() {
mg.Deps(CleanTest, UninstallAll)
}
} else {
fmt.Printf("Skip Test386 on %s and/or %s\n", runtime.GOARCH, runtime.GOOS)
}
if isCI() && isDarwin() {
// Skip on macOS in CI (disk space issues)
} else {