Add --detectOpenHandles

This commit is contained in:
Florian Rival
2023-11-21 14:45:06 +01:00
committed by GitHub
parent a6c4f742c2
commit d2da102830

View File

@@ -127,7 +127,7 @@ jobs:
# Build GDevelop.js (and run tests to ensure it works)
- run:
name: Build GDevelop.js
command: cd GDevelop.js && source ../emsdk/emsdk_env.sh && npm run build && npm test && cd ..
command: cd GDevelop.js && source ../emsdk/emsdk_env.sh && npm run build && npm test -- --detectOpenHandles && cd ..
# GDevelop IDE dependencies (after building GDevelop.js to avoid downloading a pre-built version)
- run:
@@ -200,7 +200,7 @@ jobs:
# Build GDevelop.js (and run tests to ensure it works)
- run:
name: Build GDevelop.js
command: cd GDevelop.js && source ../emsdk/emsdk_env.sh && npm run build && npm test && cd ..
command: cd GDevelop.js && source ../emsdk/emsdk_env.sh && npm run build && npm test -- --detectOpenHandles && cd ..
- save_cache:
paths: