Skip to content

Commit e15fe1b

Browse files
authored
Merge pull request #943 from Xiangyu-Hu/xiangyu/ci_bug_fix
continue-on-error: true
2 parents 8d18a62 + 5289c7a commit e15fe1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ jobs:
386386
run: |
387387
cd build
388388
ctest --rerun-failed --output-on-failure --timeout 1000
389-
389+
continue-on-error: true
390+
390391
- name: Test with the sixth try
391392
id: sixth-try
392393
if: ${{ steps.fifth-try.outcome == 'failure' }}

0 commit comments

Comments
 (0)