Skip to content

Commit

Permalink
use fail-fast false strategy on multi environment test
Browse files Browse the repository at this point in the history
  • Loading branch information
conao3 committed Oct 27, 2020
1 parent 0f9cd92 commit eb3dfd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -15,6 +15,8 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false

strategy:
matrix:
Expand Down

0 comments on commit eb3dfd7

Please sign in to comment.