nobody43 / zabbix-smartmontools

Disk SMART monitoring for Linux, FreeBSD and Windows. LLD, trapper.
The Unlicense
54 stars 19 forks source link

How do I utilize CI for this repo using recent code changes? #35

Closed nobody43 closed 1 year ago

nobody43 commented 4 years ago

@asomers

asomers commented 4 years ago

The easy thing to do is to run python3 setup.py test && python3 setup.py build. That will run unit tests, but won't try to invoke smartctl or do any real I/O.