mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-07 06:36:46 +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:
|
race_test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branch: [ master, latest ]
|
branch: [ master, latest ]
|
||||||
name: Race detection on ${{ matrix.branch }}
|
name: Race detection on ${{ matrix.branch }}
|
||||||
|
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-16.04, macos-10.15 ]
|
os: [ ubuntu-16.04, macos-10.15 ]
|
||||||
name: Testing on on ${{ matrix.os }}
|
name: Testing on on ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user