From a6019f3f568e76d2246d21e2d7da7918fb801ef4 Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Tue, 4 Feb 2025 10:38:15 -0500 Subject: [PATCH] update --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 728e2a9..583a729 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,6 +32,9 @@ jobs: with: deno-version: '1.36.2' + - name: start-anvil + run: anvil --chain-id 1337 & + # 'integration' are the Jest tests that cover code in unit-testing way, so both are included - name: Run unit tests run: npm run test:ci