mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2025-12-30 03:02:09 -05:00
Do not allow Windows smoke tests to fail
Remove error suppression from smoke test execution.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user