From 196ad085a97aef0c3b471dfbfbf80f519c52b8a9 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere Date: Thu, 1 Jun 2023 16:06:18 -0400 Subject: [PATCH] workflow testing fixes --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ea024d..afa6b3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,9 @@ jobs: - name: Build run: yarn build + - name: Testing Setups + run: yarn benchmark:ci + - name: Unit Tests run: yarn test:cli