Skip to content

Commit

Permalink
stricter testing on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Dec 11, 2024
1 parent cd3000c commit 9485770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if [[ $runner_name = 'macos-universal' ]]; then
pluginval.app/Contents/MacOS/pluginval --verbose --strictness-level 1 target/bundled/DEL2.vst3 || exit 1
elif [[ $runner_name = 'ubuntu-24.04' ]]; then
./pluginval --verbose --strictness-level 1 target/bundled/DEL2.vst3 || exit 1
./pluginval --verbose --strictness-level 2 target/bundled/DEL2.vst3 || exit 1
elif [[ $runner_name = 'windows' ]]; then
powershell -Command "& { .\pluginval.exe --verbose --strictness-level 10 target/bundled/DEL2.vst3; if ($LASTEXITCODE -ne 0) { exit 1 } }"
fi
Expand Down

0 comments on commit 9485770

Please sign in to comment.