File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,26 @@ jobs:
70
70
run : cargo install cross
71
71
- run : ./scripts/cross-tests.sh "docs" ${{ matrix.rust }} ${{ matrix.target }}
72
72
73
+ cargo_careful :
74
+ runs-on : ubuntu-latest
75
+ name : cargo_careful
76
+ steps :
77
+ - uses : actions/checkout@v4
78
+ - uses : dtolnay/rust-toolchain@master
79
+ with :
80
+ toolchain : nightly
81
+ - uses : Swatinem/rust-cache@v2
82
+ - name : Install cargo-careful
83
+ run : cargo install cargo-careful
84
+ - run : cargo careful test -Zcareful-sanitizer --features="$FEATURES"
85
+ - run : cargo careful test -Zcareful-sanitizer -p ndarray-rand
86
+
73
87
conclusion :
74
88
needs :
75
89
- clippy
76
90
- tests
77
91
- cross_test
92
+ - cargo_careful
78
93
if : always()
79
94
runs-on : ubuntu-latest
80
95
steps :
You can’t perform that action at this time.
0 commit comments