Skip to content

Commit 6574ac1

Browse files
committed
1 parent a49105c commit 6574ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
# at most 20 concurrent jobs per free account:
3030
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
3131
max-parallel: 4
32+
# don't cancel all in-progress jobs if one matrix job fails:
33+
fail-fast: false
3234

3335
# Steps represent a sequence of tasks that will be executed as part of the job
3436
steps:
@@ -50,6 +52,7 @@ jobs:
5052
- mathcomp/mathcomp:1.11.0-coq-dev
5153
- mathcomp/mathcomp-dev:coq-dev
5254
max-parallel: 4
55+
fail-fast: false
5356
steps:
5457
- uses: actions/checkout@v2
5558
- uses: coq-community/docker-coq-action@v1

0 commit comments

Comments
 (0)