Skip to content

Commit c4eead8

Browse files
authored
Merge pull request #57 from RalfJung/skip
std: tweak the modules we skip
2 parents fce4134 + fe26cfa commit c4eead8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ alloc)
5151
;;
5252
std)
5353
# Modules that we skip entirely, because they need a lot of shims we don't support.
54-
SKIP="fs:: net:: process:: sys:: sys_common::net::"
54+
SKIP="fs:: net:: process:: sys::pal::"
5555
# Core modules, that we are testing on a bunch of targets.
5656
# These are the most OS-specific (among the modules we do not skip).
5757
CORE="time:: sync:: thread:: env::"

0 commit comments

Comments
 (0)