feat: Run tests on Windows & macOS in CI (#4970)

This commit is contained in:
Wissididom
2023-11-18 15:13:27 +01:00
committed by GitHub
parent 0bdcaae5d1
commit 7898b97fc2
4 changed files with 248 additions and 1 deletions
+1 -1
View File
@@ -99,6 +99,6 @@ jobs:
docker pull ${{ env.TWITCH_PUBSUB_SERVER_IMAGE }}
docker run --network=host --detach ${{ env.TWITCH_PUBSUB_SERVER_IMAGE }}
docker run -p 9051:80 --detach kennethreitz/httpbin
ctest --repeat until-pass:4
ctest --repeat until-pass:4 --output-on-failure
working-directory: build-test
shell: bash