ezrosent / frawk

an efficient awk-like language
Apache License 2.0
1.24k stars 34 forks source link

Test ci #70

Closed eggplants closed 2 years ago

eggplants commented 2 years ago

This pr adds three testing workflows which run when pushing or requesting pr to repo:

Due to the difficulty of building an LLVM environment within the GitHub Actions runner, I gave up building and testing frawk with LLVM.

eggplants commented 2 years ago

clippy report: https://github.com/eggplants/frawk/runs/3596679928?check_suite_focus=true

ezrosent commented 2 years ago

Thanks for the PR!

Just letting you know that it'll take me a little time to get up to speed on github actions and be able to review this fully. But I do think some form of CI is a good idea for frawk and I will try to get this in; thanks for putting this together.