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