diff options
author | 2022-06-28 10:00:33 -0400 | |
---|---|---|
committer | 2022-06-28 10:00:33 -0400 | |
commit | 3f79a6e73fc49dee014df864478aeace41d42e60 (patch) | |
tree | 743718c288e3894b8604b55be1027c081a3c5c28 | |
parent | 27d8c351bb891d5a1dedf60d7dfb630de6c10346 (diff) | |
download | astro-3f79a6e73fc49dee014df864478aeace41d42e60.tar.gz astro-3f79a6e73fc49dee014df864478aeace41d42e60.tar.zst astro-3f79a6e73fc49dee014df864478aeace41d42e60.zip |
chore: remove memory test from ci
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e316ca1c..f8589062e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,12 +230,6 @@ jobs: - name: Test run: pnpm run test:smoke - - name: Memory Leak Test - run: | - node ./scripts/memory/mk.js - node --expose-gc ./scripts/memory/index.js --ci - - # Changelog can only run _after_ build. # We download all `dist/` artifacts from GitHub to skip the build process. changelog: |