Enable plugins in tests

This commit is contained in:
Mm2PL 2024-10-17 16:03:07 +02:00
parent 46d91446ca
commit 7f0715385f
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
matrix:
os: [macos-13]
qt-version: [5.15.2, 6.7.1]
plugins: [false]
plugins: [true]
fail-fast: false
env:
C2_BUILD_WITH_QT6: ${{ startsWith(matrix.qt-version, '6.') && 'ON' || 'OFF' }}

View file

@ -25,7 +25,7 @@ jobs:
matrix:
os: [windows-latest]
qt-version: [5.15.2, 6.7.1]
plugins: [false]
plugins: [true]
skip-artifact: [false]
skip-crashpad: [false]
fail-fast: false