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
3030 << : *BUILD
3131 test_script :
3232 - . $HOME/.cargo/env || true
33- - $TOOL test --target $TARGET --all-features
33+ - $TOOL test --target $TARGET
3434
3535# Test FreeBSD in a full VM. Test the i686 target too, in the
3636# same VM. The binary will be built in 32-bit mode, but will execute on a
5959 - . $HOME/.cargo/env
6060 - cargo build --target i686-unknown-freebsd --all-features
6161 - 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
6363 i386_feature_script :
6464 - . $HOME/.cargo/env
6565 - if [ -z "$NOHACK" ]; then cargo hack check --each-feature --target i686-unknown-freebsd; fi
Original file line number Diff line number Diff line change 2929
3030 - name : test
3131 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