CI: update Windows runners (#2794)

* add CI on Windows 11 on ARM
* workaround fow Windows build where the test script is stuck in
  parallel mode
This commit is contained in:
Ivan Nardi 2025-04-15 22:29:08 +02:00 committed by GitHub
parent f938212f0c
commit 9129aa8aac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 7 deletions

View file

@ -199,7 +199,9 @@ jobs:
msys2 -c 'ldd ./example/ndpiReader.exe'
- name: Tests
run: |
msys2 -c 'NDPI_FORCE_PARALLEL_UTESTS=1 NDPI_SKIP_PARALLEL_BAR=1 ./tests/do.sh'
# Don't know why but lately the script in parallel mode is stuck...
#msys2 -c 'NDPI_FORCE_PARALLEL_UTESTS=1 NDPI_SKIP_PARALLEL_BAR=1 ./tests/do.sh'
msys2 -c './tests/do.sh'
msys2 -c './tests/do-unit.sh'
msys2 -c './tests/do-dga.sh'