mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 07:16:38 -04:00
Reduce AES iterations for tests as they are otherwise slowed down significantly due to low-power CI tools.
This commit is contained in:
@@ -10,6 +10,8 @@ jobs:
|
||||
unit_tests:
|
||||
name: Unit tests
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
DUPLICATI__AES_V3_ITERATIONS: 10000
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -46,6 +48,8 @@ jobs:
|
||||
integration_tests:
|
||||
name: Integration tests
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
DUPLICATI__AES_V3_ITERATIONS: 10000
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user