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", ]