We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b63e4 commit a7934d7Copy full SHA for a7934d7
.github/workflows/build.yml
@@ -5,6 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build:
7
strategy:
8
+ fail-fast: false
9
matrix:
10
platform: [ ubuntu-latest ]
11
toolchain: [ stable,
0 commit comments