remove fail-fast from test job

This commit is contained in:
Alfredo Garcia 2021-02-18 20:54:35 -03:00 committed by teor
parent c51fd688ee
commit a9e4768d35
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
timeout-minutes: 60
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta]