Remove compile step from PR tests

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
Antonio Navarro Perez 2020-10-18 20:30:43 +02:00
parent 7ad77aebaa
commit f8068cde52

View file

@ -25,5 +25,3 @@ jobs:
fail_ci_if_error: true fail_ci_if_error: true
- name: Build - name: Build
run: make build run: make build
- name: Compile
run: make compile