Parallelize testing with/without SSL on Windows & set concurrency group (#2079)

* Parallelize testing with/without SSL on Windows

* Set concurrency group in workflows
This commit is contained in:
Florian Albrechtskirchinger
2025-02-21 02:57:18 +01:00
committed by GitHub
parent 22d90c29b4
commit ebe7efa1cc
3 changed files with 39 additions and 16 deletions

View File

@@ -5,6 +5,10 @@ name: abidiff
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
shell: sh