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 1717 matrix :
1818 rust :
1919 - beta
20+ name : clippy/${{ matrix.rust }}
2021 steps :
2122 - uses : actions/checkout@v4
2223 - uses : dtolnay/rust-toolchain@master
2627 - uses : Swatinem/rust-cache@v2
2728 - run : cargo clippy --features docs
2829 tests :
29- if : ${{ github.event_name == 'merge_group' }}
3030 runs-on : ubuntu-latest
3131 strategy :
3232 matrix :
5454 matrix :
5555 include :
5656 - rust : stable
57- target : powerpc -unknown-linux-gnu
57+ target : s390x -unknown-linux-gnu
5858 - rust : stable
5959 target : i686-unknown-linux-gnu
6060
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ cross build -v --features="$FEATURES" --target=$TARGET
1111cross test -v --no-fail-fast --features=" $FEATURES " --target=$TARGET
1212cross test -v --no-fail-fast --target=$TARGET --manifest-path=ndarray-rand/Cargo.toml --features quickcheck
1313cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-serialization/Cargo.toml --verbose
14- cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-numeric/Cargo.toml
14+ cross test -v --no-fail-fast --target=$TARGET --manifest-path=xtest-numeric/Cargo.toml --release
You can’t perform that action at this time.
0 commit comments