ci: major refactors & add msvc check #8

Merged
light7734 merged 23 commits from ci/build_msvc_amd64 into main 2025-07-20 04:37:06 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit a74e23051c - Show all commits

View file

@ -13,7 +13,7 @@ steps:
- name: unit tests - name: unit tests
shell: powershell shell: powershell
commands: commands:
- ./tools/ci/steps/amd64_msvc_tests.ps1 - ./tools/ci/steps/amd64/msvc/unit-tests.ps1
--- ---
kind: pipeline kind: pipeline