Skip to content

Commit 4ed5993

Browse files
enable profile in ci
aaa
1 parent f6b2336 commit 4ed5993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
timeout-minutes: 45
188188
strategy:
189189
matrix:
190-
preset: ["mingw-w64-i686", "mingw-w64-i686-debug"]
190+
preset: ["mingw-w64-i686", "mingw-w64-i686-debug", "mingw-w64-i686-profile"]
191191
# Note: mingw-w64-i686-profile excluded - profiling uses ASM with no GCC equivalent
192192
fail-fast: false
193193

@@ -284,7 +284,7 @@ jobs:
284284
timeout-minutes: 45
285285
strategy:
286286
matrix:
287-
preset: ["mingw-w64-i686", "mingw-w64-i686-debug"]
287+
preset: ["mingw-w64-i686", "mingw-w64-i686-debug", "mingw-w64-i686-profile"]
288288
# Note: mingw-w64-i686-profile excluded - profiling uses ASM with no GCC equivalent
289289
fail-fast: false
290290

0 commit comments

Comments
 (0)