We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5709503 commit 9333cb9Copy full SHA for 9333cb9
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
with:
44
args: opam exec -- make
45
46
+ - name: Strip binaries
47
+ run: strip rescript-editor-analysis.exe rescript-tools.exe
48
+
49
# Also avoids artifacts upload permission loss:
50
# https://github.com/actions/upload-artifact/tree/ee69f02b3dfdecd58bb31b4d133da38ba6fe3700#permission-loss
51
- name: Compress files
@@ -136,6 +139,10 @@ jobs:
136
139
- name: Test
137
140
run: opam exec -- make test
138
141
142
143
+ if: matrix.os != 'windows-latest'
144
145
146
147
148
0 commit comments