From c611c725260d58d801c477d3c26d4fee065f0bf7 Mon Sep 17 00:00:00 2001 From: Kenneth Bell Date: Tue, 28 Mar 2023 22:06:39 +0100 Subject: [PATCH] build: test net on linux & mac only (random CI fails on windows) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9517cab9..4dae6f97 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,6 @@ TEST_PACKAGES_FAST = \ internal/profile \ math \ math/cmplx \ - net \ net/http/internal/ascii \ net/mail \ os \ @@ -355,6 +354,7 @@ TEST_PACKAGES_LINUX := \ image \ io/ioutil \ mime/quotedprintable \ + net \ strconv \ testing/fstest \ text/tabwriter \