Skip to content

Commit

Permalink
[ci skip] prevent fail-fast on packages CI
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Apr 30, 2020
1 parent cc60cae commit f1068c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15]
cpu: [amd64]
Expand Down

0 comments on commit f1068c0

Please sign in to comment.