Skip to content

Commit 88e181d

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent ee02bb6 commit 88e181d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-tests/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ runs:
6262
with:
6363
name: test_output_a_${{ inputs.suffix }}
6464
path: '${{ inputs.workdir }}/${{ inputs.builddir }}/log_a_*.txt'
65+
compression-level: 9
6566

6667
# Performance
6768

@@ -88,6 +89,7 @@ runs:
8889
with:
8990
name: test_output_p_${{ inputs.suffix }}
9091
path: '${{ inputs.workdir }}/${{ inputs.builddir }}/log_p_*.txt'
92+
compression-level: 9
9193

9294
# Python
9395

0 commit comments

Comments
 (0)