We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf861a commit 26fa1d1Copy full SHA for 26fa1d1
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ concurrency:
8
9
jobs:
10
tests:
11
+ # Continue on error so that we see the results of all tests in the matrix.
12
continue-on-error: true
13
strategy:
14
matrix:
0 commit comments