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 8a54b81 commit d200e24Copy full SHA for d200e24
.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
+ node test_xeus_cpp.js --report-failures --force-colors --success
979
980
- name: Jupyter Lite integration
981
if: ${{ runner.os != 'windows' }}
0 commit comments