This commit is contained in:
Nicolas 2025-10-04 23:03:38 +02:00
parent c224674b21
commit dcb888d514
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@ jobs:
shell: cmd shell: cmd
run: | run: |
mkdir bin mkdir bin
cl.exe /O2 src\coparun\runmem.c src\coparun\coparun.c src\coparun\mem_man.c /Fe:bin\coparun.exe call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64
cl /O2 src\coparun\runmem.c src\coparun\coparun.c src\coparun\mem_man.c /Fe:bin\coparun.exe
- name: Run tests with pytest - name: Run tests with pytest
run: pytest run: pytest