Skip to content

Commit

Permalink
Time libmamba_tests on win
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Sep 12, 2023
1 parent 509e109 commit f3a9767
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ jobs:
- name: Run libmamba tests
shell: cmd /C call {0}
run: |
cd build
ninja install
cd build\libmamba\tests
if %errorlevel% neq 0 exit /b %errorlevel%
@REM Interferes with tests
set CONDARC=
ninja test
test_libmamba.exe --duration
if %errorlevel% neq 0 exit /b %errorlevel%
- name: Show build cache statistics
run: sccache --show-stats
Expand Down

0 comments on commit f3a9767

Please sign in to comment.