You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi
25
25
- if [ -z "$NOHACK" ]; then curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-${HOST:-$TARGET}.tar.gz | tar xzf - -C ~/.cargo/bin; fi
26
26
- if [ -z "$NOHACK" ]; then $TOOL hack $ZFLAGS check --target $TARGET --each-feature; fi
@@ -30,7 +30,7 @@ test: &TEST
30
30
<< : *BUILD
31
31
test_script:
32
32
- . $HOME/.cargo/env || true
33
-
- $TOOL test --target $TARGET --all-features
33
+
- $TOOL test --target $TARGET
34
34
35
35
# Test FreeBSD in a full VM. Test the i686 target too, in the
36
36
# same VM. The binary will be built in 32-bit mode, but will execute on a
0 commit comments