1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-18 04:00:03 +02:00

.github/workflows/ci.yml: disable fail-fast.

This commit is contained in:
Henrik Hautakoski 2022-09-21 10:20:48 +02:00
parent e41def2149
commit f5d733a4f1

View file

@ -12,6 +12,7 @@ on:
jobs:
compile:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-18.04, macos-latest, windows-latest ]
build: [ cli, cli-mt, cli-ansi, cli-ansi-mt, gui, gui-mt ]