Fixed Makefile bug

This commit is contained in:
Marco Cetica
2023-04-03 15:46:34 +02:00
parent 37cb1aaf1a
commit 961498fc99

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