From f8068cde52bf0bd9338bc77311dbc7f5746ddd8b Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Sun, 18 Oct 2020 20:30:43 +0200 Subject: [PATCH] Remove compile step from PR tests Signed-off-by: Antonio Navarro Perez --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68d0cd0..c40b2d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,5 +25,3 @@ jobs: fail_ci_if_error: true - name: Build run: make build - - name: Compile - run: make compile