Revert "CI: disable failing ubuntu-asan job"

This reverts commit 23ce9de1c3.

The compilation failure on Rust nightly was fixed in rust-shellexpand
commit b6173f0 (Rename WstrExt and WstrRefExt methods, 2026-02-23).
This commit is contained in:
Johannes Altmanninger
2026-03-27 22:15:50 +08:00
parent dde33bab7e
commit 272f5dda83
2 changed files with 2 additions and 3 deletions

View File

@@ -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: