mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 03:54:01 +00:00
build: test net on linux & mac only (random CI fails on windows)
This commit is contained in:
@@ -307,7 +307,6 @@ TEST_PACKAGES_FAST = \
|
|||||||
internal/profile \
|
internal/profile \
|
||||||
math \
|
math \
|
||||||
math/cmplx \
|
math/cmplx \
|
||||||
net \
|
|
||||||
net/http/internal/ascii \
|
net/http/internal/ascii \
|
||||||
net/mail \
|
net/mail \
|
||||||
os \
|
os \
|
||||||
@@ -355,6 +354,7 @@ TEST_PACKAGES_LINUX := \
|
|||||||
image \
|
image \
|
||||||
io/ioutil \
|
io/ioutil \
|
||||||
mime/quotedprintable \
|
mime/quotedprintable \
|
||||||
|
net \
|
||||||
strconv \
|
strconv \
|
||||||
testing/fstest \
|
testing/fstest \
|
||||||
text/tabwriter \
|
text/tabwriter \
|
||||||
|
|||||||
Reference in New Issue
Block a user