Skip to content

Commit 29d0fd1

Browse files
committed
WIP: no gc release too
Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
1 parent df43ef6 commit 29d0fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
strategy:
368368
fail-fast: false
369369
matrix:
370-
mode: [debug]
370+
mode: [debug, release]
371371
arch: [x64]
372372
switch: [--jit, ""]
373373
steps:
@@ -398,7 +398,7 @@ jobs:
398398
strategy:
399399
fail-fast: false
400400
matrix:
401-
mode: [debug]
401+
mode: [debug, release]
402402
switch: [--jit, ""]
403403
runs-on: macos-latest
404404
steps:

0 commit comments

Comments
 (0)