Skip to content

Commit b971b7f

Browse files
committed
github: Remove the 386 test step in GitHub test workflow
Fixes #14201
1 parent 24210dc commit b971b7f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

‎magefile.go‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,6 @@ func Docker() error {
145145

146146
// Run tests and linters
147147
func Check() {
148-
if runtime.GOARCH == "amd64" && runtime.GOOS != "darwin" {
149-
mg.Deps(Test386)
150-
if isCI() {
151-
mg.Deps(CleanTest, UninstallAll)
152-
}
153-
} else {
154-
fmt.Printf("Skip Test386 on %s and/or %s\n", runtime.GOARCH, runtime.GOOS)
155-
}
156-
157148
if isCI() && isDarwin() {
158149
// Skip on macOS in CI (disk space issues)
159150
} else {

0 commit comments

Comments
 (0)