xchg-rax-rax / crypto_quote_service

A program for obtaining mass market data from from various crypto excahnges for the purpose back-testing and training ML models
0 stars 0 forks source link

Add github actions to build and test #15

Open xchg-rax-rax opened 1 year ago

xchg-rax-rax commented 1 year ago

Overview

We wish to make sure that any attempts to merge non-functional code into main are prevented. All code should be built and have the unit tests run against them on github so that we can verify that it is fit for purpose and hasn't broken anything.

Implementation

Not certain how this all works on github, only that we can use github actions to do it so some additional research will likely be needed.