No optimization in test runner for MSVC

This commit is contained in:
Christoffer Lerno
2025-12-31 00:45:35 +01:00
parent 32d6025e29
commit 26d733ef59
2 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@ jobs:
- name: run compiler tests
run: |
cd test
..\build\${{ matrix.build_type }}\c3c.exe compile-run -O1 src/test_suite_runner.c3 -- ..\build\${{ matrix.build_type }}\c3c.exe test_suite/
..\build\${{ matrix.build_type }}\c3c.exe compile-run -O0 src/test_suite_runner.c3 -- ..\build\${{ matrix.build_type }}\c3c.exe test_suite/
- name: Compile run unit tests
run: |