Skip to content

Commit 27847e4

Browse files
authored
Run xeus-cpp-lite tests (#549)
1 parent 3258584 commit 27847e4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/deploy-pages.yml

+8
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ jobs:
178178
..
179179
emmake make -j ${{ env.ncpus }} install
180180
181+
- name: Test xeus-cpp C++ Emscripten
182+
shell: bash -l {0}
183+
run: |
184+
set -e
185+
micromamba activate CppInterOp-wasm
186+
cd ./xeus-cpp/build/test
187+
node test_xeus_cpp.js
188+
181189
- name: Jupyter Lite integration
182190
shell: bash -l {0}
183191
run: |

.github/workflows/emscripten.yml

+7
Original file line numberDiff line numberDiff line change
@@ -539,3 +539,10 @@ jobs:
539539
..
540540
emmake make -j ${{ env.ncpus }} install
541541
542+
- name: Test xeus-cpp C++ Emscripten
543+
shell: bash -l {0}
544+
run: |
545+
set -e
546+
micromamba activate CppInterOp-wasm
547+
cd ./xeus-cpp/build/test
548+
node test_xeus_cpp.js

0 commit comments

Comments
 (0)