remove debug branch, set fail-fast to false

to find out if only mac or ubuntu is broken
(otherwise if one fails the otherone automatically cancels)
This commit is contained in:
mauwii 2022-10-28 16:48:02 +02:00 committed by Lincoln Stein
parent 35face48da
commit 3795bec037

View File

@ -4,7 +4,6 @@ on:
branches:
- 'main'
- 'development'
- 'fix-gh-actions-fork'
pull_request:
branches:
- 'main'
@ -13,6 +12,7 @@ on:
jobs:
os_matrix:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
include: