Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed May 6, 2024
1 parent a6b0213 commit 6ded411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rain-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- name: Test ./packages/sushi
run: nix develop -c pnpm exec turbo run test --filter=./packages/sushi
pnpm exec turbo run test --filter=./protocols/route-processor
/ pnpm exec turbo run test --filter=./protocols/route-processor
40 changes: 1 addition & 39 deletions protocols/route-processor/test/DataFetcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,45 +27,7 @@ async function testDF(
})
}

const chainIds = [
ChainId.ARBITRUM_NOVA,
ChainId.ARBITRUM,
ChainId.AVALANCHE,
ChainId.BOBA,
ChainId.BOBA_AVAX,
ChainId.BOBA_BNB,
ChainId.BSC,
ChainId.BTTC,
ChainId.CELO,
ChainId.ETHEREUM,
ChainId.FANTOM,
ChainId.FUSE,
ChainId.GNOSIS,
ChainId.HARMONY,
ChainId.KAVA,
ChainId.METIS,
ChainId.MOONBEAM,
ChainId.MOONRIVER,
ChainId.OPTIMISM,
ChainId.POLYGON,
ChainId.FLARE,
ChainId.BASE,
ChainId.HECO,
ChainId.OKEX,
ChainId.PALM,
ChainId.TELOS,
ChainId.POLYGON_ZKEVM,
ChainId.THUNDERCORE,
ChainId.FILECOIN,
ChainId.HAQQ,
ChainId.CORE,
ChainId.ZKSYNC_ERA,
ChainId.LINEA,
ChainId.SCROLL,
ChainId.ZETACHAIN,
ChainId.CRONOS,
ChainId.BLAST,
]
const chainIds = Object.values(ChainId)

async function runTest() {
describe.only('DataFetcher Pools/Time check', async () => {
Expand Down

0 comments on commit 6ded411

Please sign in to comment.