Bisonai / orakl

Official Oracle of Kaia Blockchain
https://orakl.network
MIT License
71 stars 15 forks source link

(OraklNode) Separate github action tests per pkg #2063

Open nick-bisonai opened 2 months ago

nick-bisonai commented 2 months ago

since orakl node test becoming heavy, github action can be separated per pkg

Intizar-T commented 2 months ago

which one of these tests would be useful to separate node test workflow 🤔

test:
    cmds:
      - task: test-db
      - task: test-admin
      - task: test-bus
      - task: test-libp2p
      - task: test-fetcher
      - task: test-utils
      - task: test-aggregator
      - task: test-chain
      - task: test-wss
      - task: test-websocketfetcher
      - task: test-raft

maybe db, utils, chain, and ws? as they seem to be standalone packages while others are specific to node and coupled?

Intizar-T commented 2 months ago

@nick-bisonai any suggestions here?

nick-bisonai commented 2 months ago

yh let's go with your original suggestion