Duncan-McD / OCamlStocks

OCaml Bot for Investing
5 stars 1 forks source link

Continuous Integration using OUnit #6

Open Duncan-McD opened 3 years ago

Duncan-McD commented 3 years ago

Set up ci on github to work with OUinit and run our test cases as checks on every pull request

Duncan-McD commented 3 years ago

I've been testing various ci's including travis-ci and git actions but both have had errors running make test due to lack of access to dependencies - I'll make a branch with my workflow.yml file in it later