We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73b72b commit 5f474ebCopy full SHA for 5f474eb
.github/workflows/emscripten.yml
@@ -975,7 +975,7 @@ jobs:
975
$ErrorActionPreference = "Stop"
976
micromamba activate CppInterOp-wasm
977
cd .\xeus-cpp\build\test
978
- node test_xeus_cpp.js --report-failures --force-colors --minimal=1
+ node test_xeus_cpp.js --report-failures --force-colors ----abort-after=1
979
980
- name: Jupyter Lite integration
981
if: ${{ runner.os != 'windows' }}
0 commit comments