cleanups-2

This commit is contained in:
Viktor Szakats 2025-08-29 14:43:11 +02:00
parent 7010f450e8
commit be61f129c1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 2 additions and 52 deletions

View file

@ -462,7 +462,7 @@ jobs:
popd
popd
fi
perl tests/wintest.pl
perl -I tests -e 'use processhelp qw($has_win32_process); print "! Win32::Process* loaded: " . ($has_win32_process ? "YES" : "NO") . "\n";'
- name: 'run tests'
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}