ci(build): Check the unit file made is valid.
Some checks failed
build / build (push) Failing after 13s
Some checks failed
build / build (push) Failing after 13s
While it isn't feasible to run the executable (due to it not having any way of stopping itself) I can verify the unit file after making the project. So at least one thing is being tested.
This commit is contained in:
parent
481cc21d6c
commit
84274f6a53
|
|
@ -19,3 +19,6 @@ jobs:
|
|||
|
||||
- name: Run make
|
||||
run: make
|
||||
|
||||
- name: Test unit file
|
||||
run: systemd-analyze verify dexedrine.service
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user