Move test into the Makefile

This commit is contained in:
Marc Di Luzio 2020-06-07 23:20:39 +01:00
parent 175c66cddf
commit 4e6bf385ad
3 changed files with 12 additions and 20 deletions

View file

@ -34,7 +34,7 @@ jobs:
fi
- name: Build and Test
run: ./script/test.sh
run: make test
- name: Upload test coverage result
uses: actions/upload-artifact@v1