From 87db9562b8e5675a58cc9fd5c11b0eb1a2014483 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 17 Nov 2023 17:30:05 +0300 Subject: [PATCH] ci: add bun to test matrix, measure coverage, enable CC reporting --- .github/workflows/ci.yaml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 109c578..44b6453 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,4 +91,4 @@ jobs: - name: Run tests timeout-minutes: 2 - run: bun test:bun + run: bun run test:bun diff --git a/README.md b/README.md index b61fb74..7e33268 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Requirements * Node.js >= 16.0.0 +* Bun >= 1.0.12 ## Install ```shell