We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fdc11 commit a2b91e3Copy full SHA for a2b91e3
.github/template/template.yml
@@ -38,6 +38,7 @@ jobs:
38
name: rust test with codecov
39
runs-on: ${{ matrix.os }}
40
strategy:
41
+ fail-fast: false
42
matrix:
43
os: [ubuntu-latest, macos-latest]
44
steps:
.github/workflows/main.yml
@@ -45,6 +45,7 @@ jobs:
45
46
47
48
49
50
51
.github/workflows/pull-request.yml
@@ -44,6 +44,7 @@ jobs:
0 commit comments