Skip to content

Commit

Permalink
.github/workflows/windows.yml: run mimalloc override tests
Browse files Browse the repository at this point in the history
Unfortunately, x86 VS-C tests still fail..

Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Sep 6, 2021
1 parent aa68053 commit 0c6d8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
git clone https://github.com/microsoft/mimalloc --branch v2.0.1 --depth 1
- name: Build mimalloc
shell: cmd
run: |
cd mimalloc
msbuild ide/vs2019/mimalloc.sln /p:Configuration=Release /p:Platform=${{ matrix.arch }}
out\msvc-${{matrix.platform}}\Release\mimalloc-override-test.exe
cd ..
- name: Setup Python 3.8
Expand Down

0 comments on commit 0c6d8f3

Please sign in to comment.