Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5d79366

Browse files
committed
Don't run tests on Windows CI
1 parent 2f13800 commit 5d79366

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,19 @@ jobs:
159159
./y.exe prepare
160160
161161
- name: Build
162-
run: ./y.exe build
163-
164-
- name: Test
162+
#name: Test
165163
run: |
166164
# Enable backtraces for easier debugging
167-
$Env:RUST_BACKTRACE=1
165+
#$Env:RUST_BACKTRACE=1
168166
169167
# Reduce amount of benchmark runs as they are slow
170-
$Env:COMPILE_RUNS=2
171-
$Env:RUN_RUNS=2
168+
#$Env:COMPILE_RUNS=2
169+
#$Env:RUN_RUNS=2
172170
173171
# Enable extra checks
174-
$Env:CG_CLIF_ENABLE_VERIFIER=1
172+
#$Env:CG_CLIF_ENABLE_VERIFIER=1
175173
176-
./y.exe test
174+
./y.exe build
177175
178176
- name: Package prebuilt cg_clif
179177
# don't use compression as xzip isn't supported by tar on windows and bzip2 hangs

0 commit comments

Comments
 (0)