Do not allow Windows smoke tests to fail

Remove error suppression from smoke test execution.
This commit is contained in:
uNetworkingAB
2025-10-21 04:00:49 +02:00
committed by GitHub
parent 3c2b851009
commit f07b1fa36b

View File

@@ -26,7 +26,7 @@ jobs:
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
git checkout master -- tests/smoke.js
npm install ws
node tests/smoke.js || true
node tests/smoke.js
build-unix:
runs-on: ${{ matrix.os }}
strategy: