rainstormstudio / nerd-icons.el

GNU General Public License v3.0
206 stars 22 forks source link

ci: Add basic tests #78

Closed jcs090218 closed 2 months ago

jcs090218 commented 2 months ago

Every package should at least have some basic tests. 🤔 WDYT?

This patch solves the compile warning:

nerd-icons.el:1247:15: Warning: the function ‘set-fontset-font’ is not known to be defined.
jcs090218 commented 2 months ago

See the test result in https://github.com/jcs-PR/nerd-icons.el/actions/runs/8625571736.

seagle0128 commented 2 months ago

Thank you!

rainstormstudio commented 1 month ago

@jcs090218 I think currently it has issues with macos tests (see latest workflow actions). I think macos environment does not have Emacs version 26 or 27. Can you take a look at those?