We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482a055 commit 9db2722Copy full SHA for 9db2722
1 file changed
.github/workflows/test.yaml
@@ -154,10 +154,10 @@ jobs:
154
MIMALLOC_GUARDED_SAMPLE_RATE: 100
155
156
- name: Release, Guarded
157
- if: matrix.tests == 'extra' && runner.os != 'macOS'
+ if: matrix.tests == 'extra' && runner.os == 'Linux'
158
run: |
159
- cmake . -B out/resease-guarded -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_GUARDED=ON
160
- cmake --build out/resease-guarded --parallel 8 --config Release
161
- ctest --test-dir out/resease-guarded --verbose --timeout 240 -C Release
+ cmake . -B out/release-guarded -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_GUARDED=ON
+ cmake --build out/release-guarded --parallel 8 --config Release
+ ctest --test-dir out/release-guarded --verbose --timeout 240 -C Release
162
env:
163
0 commit comments