From 6a3aee7ad4c0144a1398d98e3b5454a4dd95916f Mon Sep 17 00:00:00 2001 From: "fred.tran" Date: Tue, 19 Nov 2024 17:02:15 +0800 Subject: [PATCH] chore: test wallet-adapter-react on CI --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 75dee75e..730d4426 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - package: [utils, base] + package: [utils, base, react] steps: - name: Checkout repository