Skip to content

Commit 8519170

Browse files
committed
Add comment why we want to continue on error
1 parent d846844 commit 8519170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ concurrency:
88

99
jobs:
1010
tests:
11+
# Continue on error so that we see the results of all tests in the matrix.
1112
continue-on-error: true
1213
strategy:
1314
matrix:

0 commit comments

Comments
 (0)