Skip to content

Commit f8589eb

Browse files
committed
update
1 parent 0fb4f91 commit f8589eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ jobs:
141141
TEST_TARGET="${{ env.VST3_PATH }}"
142142
${{ matrix.pluginval-binary }} --verbose --validate "$TEST_TARGET" --disabled-tests "${{ env.PLUGINVAL_DISABLED }}"
143143
env:
144-
STRICTNESS_LEVEL: 5
144+
STRICTNESS_LEVEL: 10
145+
REPEAT: 10
145146
TIMEOUT_MS: 300000
146147

147148
- name: Pluginval AU validations (macOS)
@@ -166,5 +167,5 @@ jobs:
166167
env:
167168
STRICTNESS_LEVEL: 10
168169
TIMEOUT_MS: 1440000
169-
REPEAT: 2
170+
REPEAT: 10
170171
RANDOM_SEED: "${{ steps.current-time.outputs.formattedTime }}"

0 commit comments

Comments
 (0)