Skip to content

Commit 9db2722

Browse files
committed
fix test output folder
1 parent 482a055 commit 9db2722

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ jobs:
154154
MIMALLOC_GUARDED_SAMPLE_RATE: 100
155155

156156
- name: Release, Guarded
157-
if: matrix.tests == 'extra' && runner.os != 'macOS'
157+
if: matrix.tests == 'extra' && runner.os == 'Linux'
158158
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
159+
cmake . -B out/release-guarded -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_GUARDED=ON
160+
cmake --build out/release-guarded --parallel 8 --config Release
161+
ctest --test-dir out/release-guarded --verbose --timeout 240 -C Release
162162
env:
163163
MIMALLOC_GUARDED_SAMPLE_RATE: 100

0 commit comments

Comments
 (0)