mikispag / dns-over-tls-forwarder

A simple, fast DNS-over-TLS forwarding server with hybrid LRU/MFA caching written in Go.
MIT License
48 stars 9 forks source link

Added unit tests in GH Actions #53

Closed vikulin closed 10 months ago

vikulin commented 11 months ago

TODO: some of unit tests are failing. Need an investigation and update.

github-advanced-security[bot] commented 11 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

mikispag commented 11 months ago

Thank you, I will squash and merge once all tests pass. I appreciate your work!

vikulin commented 10 months ago

@mikispag should look good now.

mikispag commented 10 months ago

Thank you very much!