ci: enable on warn

This commit is contained in:
Jen-Chieh Shen 2022-04-06 13:00:57 +08:00 committed by GitHub
parent fcd2d29175
commit 0ca63f6edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Eask
View file

@ -10,4 +10,4 @@
(depends-on "ert-runner"))
(setq network-security-level 'low ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
byte-compile-error-on-warn nil)
byte-compile-error-on-warn t)