Move test into the Makefile
This commit is contained in:
parent
175c66cddf
commit
4e6bf385ad
3 changed files with 12 additions and 20 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue