File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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
59
59
- . $HOME/.cargo/env
60
60
- cargo build --target i686-unknown-freebsd --all-features
61
61
- cargo doc --no-deps --target i686-unknown-freebsd --all-features
62
- - cargo test --target i686-unknown-freebsd --all-features
62
+ - cargo test --target i686-unknown-freebsd
63
63
i386_feature_script :
64
64
- . $HOME/.cargo/env
65
65
- if [ -z "$NOHACK" ]; then cargo hack check --each-feature --target i686-unknown-freebsd; fi
Original file line number Diff line number Diff line change 29
29
30
30
- name : test
31
31
shell : bash
32
- run : ${{ inputs.SUDO }} $(which ${{ inputs.TOOL }}) test --target ${{ inputs.TARGET }} --all-features
32
+ run : ${{ inputs.SUDO }} $(which ${{ inputs.TOOL }}) test --target ${{ inputs.TARGET }}
You can’t perform that action at this time.
0 commit comments