File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,27 @@ jobs:
7070 run : cargo install cross
7171 - run : ./scripts/cross-tests.sh "docs" ${{ matrix.rust }} ${{ matrix.target }}
7272
73+ cargo-careful :
74+ if : ${{ github.event_name == 'merge_group' }}
75+ runs-on : ubuntu-latest
76+ name : cargo-careful
77+ steps :
78+ - uses : actions/checkout@v4
79+ - uses : dtolnay/rust-toolchain@master
80+ with :
81+ toolchain : nightly
82+ - uses : Swatinem/rust-cache@v2
83+ - name : Install cargo-careful
84+ run : cargo install cargo-careful
85+ - run : cargo careful test -Zcareful-sanitizer --features="$FEATURES"
86+ - run : cargo careful test -Zcareful-sanitizer -p ndarray-rand
87+
7388 conclusion :
7489 needs :
7590 - clippy
7691 - tests
7792 - cross_test
93+ - cargo-careful
7894 if : always()
7995 runs-on : ubuntu-latest
8096 steps :
You can’t perform that action at this time.
0 commit comments