From eafd09ed596144aff236208e09497070b13f79a3 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Tue, 28 Jun 2022 10:03:11 -0400 Subject: [PATCH] chore: remove memory test from ci --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e316ca1ccfbd..404473e7dd19f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,11 +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.