From 6ceb8d8989bbe2d089706967f2a5326b5bb1fec7 Mon Sep 17 00:00:00 2001 From: JD Date: Thu, 18 Apr 2024 15:19:10 +0100 Subject: [PATCH] re-activate tests --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e902fcd..9129c097 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,12 +32,12 @@ jobs: - run: npm ci - run: npm run lint - run: npm run build --if-present - # - run: npm run hardhat & npm run test:btc2x - # - run: npm run hardhat & npm run test:cdeti + - run: npm run hardhat & npm run test:btc2x + - run: npm run hardhat & npm run test:cdeti - run: npm run hardhat & npm run test:dseth - # - run: npm run hardhat & npm run test:eth2x + - run: npm run hardhat & npm run test:eth2x - run: npm run hardhat & npm run test:gtceth - # - run: npm run hardhat & npm run test:iceth + - run: npm run hardhat & npm run test:iceth # - run: npm run hardhat & npm run test:icreth # run last - as it alters the block number - # - run: npm run hardhat & npm run test:eth2xfli + - run: npm run hardhat & npm run test:eth2xfli