Merge pull request #3 from distribyted/remove-compile-from-pr-tests

Remove compile step from PR tests
This commit is contained in:
Antonio Navarro Perez 2020-10-18 20:35:17 +02:00 committed by GitHub
commit 2ed2dd941d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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