From 5f0f741aeefb720927169a63c4678aa719e72ad3 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Wed, 28 Jun 2023 09:29:15 -0500 Subject: [PATCH] test: also build --- .github/workflows/perf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 8025bac798..1d97d41418 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -22,6 +22,8 @@ jobs: with: cache: yarn - run: yarn install + # build is necessary because transport references /lib + - run: yarn build - run: npm run test:perf | tee test/perf/output.txt # Run `github-action-benchmark` action