From 10bf27a0b44ebcd771db24a24125755a41ea7b03 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 10 Apr 2024 00:57:16 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20github:=20build=20before=20runni?= =?UTF-8?q?ng=20concurrent=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7b0a985..6e79871 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,4 +22,5 @@ jobs: cache: pip - run: pip install -r requirements.txt - run: bun install + - run: forge build - run: bun run test