Skip to content

Commit

Permalink
ci: let all lintand unit jobs complete even if one fails (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaylet authored Oct 16, 2022
1 parent 6d08a83 commit f20b74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
lint:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
architecture: ['x64']
Expand All @@ -26,6 +27,7 @@ jobs:

unit:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
architecture: ['x64']
Expand Down

0 comments on commit f20b74f

Please sign in to comment.