Skip to content

Commit 29f3d1c

Browse files
committed
ci: Test with cargo-careful and ThreadSanitizer
1 parent a0bf1bb commit 29f3d1c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,19 @@ jobs:
151151
MMTEST_FAST_TEST: 1
152152
RUSTFLAGS: -Copt-level=2
153153

154+
cargo-careful:
155+
runs-on: ubuntu-latest
156+
name: cargo-careful
157+
steps:
158+
- uses: actions/checkout@v4
159+
- uses: dtolnay/rust-toolchain@master
160+
with:
161+
toolchain: nightly
162+
- uses: Swatinem/rust-cache@v2
163+
- name: Install cargo-careful
164+
run: cargo install cargo-careful
165+
- run: cargo careful test -Zcareful-sanitizer=thread --features=threading,cgemm
166+
154167
miri:
155168
runs-on: ubuntu-latest
156169
steps:

0 commit comments

Comments
 (0)