From 272f5dda83d131dd1c69059f0575910b1fe45557 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 27 Mar 2026 22:15:50 +0800 Subject: [PATCH] Revert "CI: disable failing ubuntu-asan job" This reverts commit 23ce9de1c3bedf91def1f670019aeff9194c7ebb. The compilation failure on Rust nightly was fixed in rust-shellexpand commit b6173f0 (Rename WstrExt and WstrRefExt methods, 2026-02-23). --- .github/workflows/test.yml | 1 - Cargo.lock | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90fd545aa..3cb92f457 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,6 @@ jobs: make -C build VERBOSE=1 fish_run_tests ubuntu-asan: - if: false runs-on: ubuntu-latest env: # Rust has two different memory sanitizers of interest; they can't be used at the same time: diff --git a/Cargo.lock b/Cargo.lock index d5cf5f140..ff885e628 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,9 +972,9 @@ dependencies = [ [[package]] name = "shellexpand" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" +checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8" dependencies = [ "dirs", ]