emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
307 stars 50 forks source link

Add test and lint ci config #90

Closed HEnquist closed 3 years ago

HEnquist commented 3 years ago

This adds jibs that run on pull requests. It does basically the same checks as scripts/check.rs, and runs that on linux, windows and macos.

HEnquist commented 3 years ago

I gave it a test run here: https://github.com/HEnquist/flexi_logger/actions/runs/1222712405 Seems to have found some problems on linux and macos.