mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Do not cancel in-progress jobs when one fails
This commit is contained in:
parent
a19ed55184
commit
2715ba8a30
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -27,6 +27,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest] # todo: windows-latest - lack of iconv development files
|
||||
shared: [0, 1]
|
||||
|
Loading…
Reference in New Issue
Block a user