mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-02 11:43:40 +02:00
.github/workflows/ci.yml: disable fail-fast.
This commit is contained in:
parent
e41def2149
commit
f5d733a4f1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
compile:
|
compile:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-20.04, ubuntu-18.04, macos-latest, windows-latest ]
|
os: [ ubuntu-20.04, ubuntu-18.04, macos-latest, windows-latest ]
|
||||||
build: [ cli, cli-mt, cli-ansi, cli-ansi-mt, gui, gui-mt ]
|
build: [ cli, cli-mt, cli-ansi, cli-ansi-mt, gui, gui-mt ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue