From ef515f982394ce242ae09ef8e1f55bd804677799 Mon Sep 17 00:00:00 2001 From: JD Date: Thu, 24 Oct 2024 20:10:59 +0200 Subject: [PATCH] ci: add test script for ic21 --- .github/workflows/publish.yml | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7bb55ecb..e6c22514 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,6 +43,7 @@ jobs: - run: npm run test:builders - run: npm run test:quotes - run: npm run test:base + - run: npm run test:ic21 - run: npm run test:icusd - run: npm run test:hyeth # - run: npm run test:btc2x diff --git a/package.json b/package.json index 60dca085..dd8e11fd 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "test:hyeth": "npm test src/tests/hyeth.test.ts", "test:iceth": "npm test src/tests/iceth", "test:icusd": "npm test src/tests/icusd.test.ts", + "test:ic21": "npm test src/tests/ic21.test.ts", "test:watch": "jest --watch" }, "keywords": [