From db96d0465e8ac1b73e1eb5c8f75c814ac9327f34 Mon Sep 17 00:00:00 2001 From: Robert burner Schadek Date: Fri, 11 Jun 2021 16:11:39 +0200 Subject: [PATCH] working on the CI --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cd2a83..5d496cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,21 +34,10 @@ jobs: with: compiler: ${{ matrix.compiler }} - - name: Style Lint - continue-on-error: true # The make file fails - run: | - make style_lint - - name: Test run: | dub test - - name: Test - working-directory: ./test - run: | - dub build - ./test --onlyRunTests - Skip: if: "contains(github.event.head_commit.message, '[skip ci]')" runs-on: ubuntu-latest