mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 14:16:43 +00:00
Prevent fast failing (#1545)
This commit is contained in:
parent
f66708b3c6
commit
a250f697ee
1
.github/workflows/go-race.yml
vendored
1
.github/workflows/go-race.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
||||
race_test:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branch: [ master, latest ]
|
||||
name: Race detection on ${{ matrix.branch }}
|
||||
|
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-16.04, macos-10.15 ]
|
||||
name: Testing on on ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user