diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b506ed4ec..0611fb457 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,6 +4,7 @@ on: branches: [master] tags: ['*'] pull_request: + workflow_dispatch: jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} ${{ matrix.arch }} @@ -41,6 +42,7 @@ jobs: with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true docs: name: Documentation runs-on: ubuntu-latest