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 98c988c commit a73b72bCopy full SHA for a73b72b
.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 --success --reporters=console
+ node test_xeus_cpp.js --report-failures --force-colors --minimal=1
979
980
- name: Jupyter Lite integration
981
if: ${{ runner.os != 'windows' }}
0 commit comments