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

Commit c115933

Browse files
committed
Run tests on windows CI
1 parent 3ce83dc commit c115933

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,21 @@ jobs:
159159
./y.exe prepare
160160
161161
- name: Build
162-
#name: Test
162+
run: ./y.exe build
163+
164+
- name: Test
163165
run: |
164166
# Enable backtraces for easier debugging
165-
#export RUST_BACKTRACE=1
167+
export RUST_BACKTRACE=1
166168
167169
# Reduce amount of benchmark runs as they are slow
168-
#export COMPILE_RUNS=2
169-
#export RUN_RUNS=2
170+
export COMPILE_RUNS=2
171+
export RUN_RUNS=2
170172
171173
# Enable extra checks
172-
#export CG_CLIF_ENABLE_VERIFIER=1
174+
export CG_CLIF_ENABLE_VERIFIER=1
173175
174-
./y.exe build
176+
./y.exe test
175177
176178
- name: Package prebuilt cg_clif
177179
# don't use compression as xzip isn't supported by tar on windows and bzip2 hangs

0 commit comments

Comments
 (0)