diff --git a/.github/workflows/ci_rust.yml b/.github/workflows/ci_rust.yml index 81d48a0c226..8c81961cb23 100644 --- a/.github/workflows/ci_rust.yml +++ b/.github/workflows/ci_rust.yml @@ -239,7 +239,7 @@ jobs: run: | RUSTDOCFLAGS=-Zsanitizer=address \ RUSTFLAGS=-Zsanitizer=address \ - cargo test \ + cargo test \ -Zbuild-std \ --manifest-path ${{ env.ROOT_PATH}}/Cargo.toml \ --target x86_64-unknown-linux-gnu