Skip to content

Commit 6687b4d

Browse files
committed
WIP: only debug
Signed-off-by: Máté Tokodi [email protected]
1 parent 45c7722 commit 6687b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
strategy:
387387
fail-fast: false
388388
matrix:
389-
mode: [debug, release]
389+
mode: [debug]
390390
arch: [x64]
391391
switch: [--jit, ""]
392392
steps:
@@ -419,7 +419,7 @@ jobs:
419419
strategy:
420420
fail-fast: false
421421
matrix:
422-
mode: [debug, release]
422+
mode: [debug]
423423
switch: [--jit, ""]
424424
runs-on: macos-latest
425425
steps:
@@ -459,7 +459,7 @@ jobs:
459459
strategy:
460460
matrix:
461461
arch: [x64]
462-
mode: [debug, release]
462+
mode: [debug]
463463
switch: [--jit, ""]
464464
steps:
465465
- name: Set git cllf config

0 commit comments

Comments
 (0)