Skip to content

Commit ba15d95

Browse files
committed
asan option
1 parent 1763532 commit ba15d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Test with ASAN (Linux)
110110
if: matrix.os == 'ubuntu-24.04'
111-
run: cargo test --target x86_64-unknown-linux-gnu
111+
run: cargo test --tests --target x86_64-unknown-linux-gnu
112112
env:
113113
RUST_TARGET: x86_64-unknown-linux-gnu
114114
RUST_BACKTRACE: 1
@@ -130,7 +130,7 @@ jobs:
130130
$env:PATH = "$($asanDllPath.DirectoryName);$env:PATH"
131131
Write-Host "Found ASAN DLL at: $($asanDllPath.FullName)"
132132
}
133-
cargo test --target x86_64-pc-windows-msvc
133+
cargo test --tests --target x86_64-pc-windows-msvc
134134
env:
135135
RUSTFLAGS: -Z${{ matrix.asan.flag }}
136136
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)