Skip to content

Commit b8a0272

Browse files
authored
coverage: don't allow failure in workflow (#1083)
Signed-off-by: Ali Caglayan <[email protected]>
1 parent 59a8718 commit b8a0272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
- 4.14.x
7575
steps:
7676
- uses: actions/checkout@v3
77+
with:
78+
submodules: true
7779
- name: Use OCaml ${{ matrix.ocaml-compiler }}
7880
uses: ocaml/setup-ocaml@v2
7981
with:
@@ -90,7 +92,6 @@ jobs:
9092
opam install . --deps-only
9193
opam exec -- make coverage-deps install-test-deps
9294
- run: opam exec -- make test-coverage
93-
continue-on-error: true
9495
env:
9596
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9697
PULL_REQUEST_NUMBER: ${{ github.event.number }}

0 commit comments

Comments
 (0)