From cbd5616a4db51272819ee18f6f3e4fa500fba417 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 1 Dec 2023 11:48:06 +0100 Subject: [PATCH] ci: run unit tests in ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7afec481f..b2b935d88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,5 +94,8 @@ jobs: - name: Test types run: pnpm test:types + - name: Unit tests + run: pnpm test:unit + - name: Test examples run: pnpm test:examples