Skip to content

Commit

Permalink
working on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed Jun 11, 2021
1 parent 6ab94d3 commit db96d04
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db96d04

Please sign in to comment.