Fixed Makefile bug

This commit is contained in:
Marco Cetica 2023-04-03 15:46:34 +02:00
parent 37cb1aaf1a
commit 961498fc99
No known key found for this signature in database
GPG Key ID: 0EE8E2CF315D6F8E

View File

@ -17,6 +17,9 @@ jobs:
run: |
shellcheck backup.sh
shellcheck tests.sh
- name: Install using Makefile
run: |
make install
- name: Run unit tests
run: |
sudo ./tests.sh I_HAVE_READ_THE_HELPER