mirror of
https://github.com/coredns/coredns.git
synced 2026-07-21 23:20:13 -04:00
ci: run plugin tests on Windows (#8314)
Plugin package tests previously ran only on Linux, so Windows- specific failures were never caught. Run them in CI and make the affected tests portable across platforms. Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# DNSSEC key material must keep LF; CRLF breaks miekg/dns private-key parsing.
|
||||
*.private text eol=lf
|
||||
*.key text eol=lf
|
||||
Reference in New Issue
Block a user