File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ jobs:
118
118
- name : Inject V8
119
119
run : |
120
120
./libexec/inject-libv8 ${{ steps.set-metadata.outputs.NODE_VERSION }}
121
+ - name : Test V8 in C++
122
+ run : |
123
+ docker exec -w "${PWD}" ${{ steps.container.outputs.id }} cd test/gtest && cmake -S . -B build && cd build && cmake --build . && ctest
121
124
- name : Build binary gem
122
125
run : |
123
126
bundle exec rake binary
@@ -245,6 +248,9 @@ jobs:
245
248
- name : Inject V8
246
249
run : |
247
250
docker exec -w "${PWD}" ${{ steps.container.outputs.id }} ./libexec/inject-libv8 ${{ steps.set-metadata.outputs.NODE_VERSION }}
251
+ - name : Test V8 in C++
252
+ run : |
253
+ docker exec -w "${PWD}" ${{ steps.container.outputs.id }} cd test/gtest && cmake -S . -B build && cd build && cmake --build . && ctest
248
254
- name : Build binary gem
249
255
run : |
250
256
docker exec -w "${PWD}" ${{ steps.container.outputs.id }} bundle exec rake binary[${{ steps.platform.outputs.ruby_target_platform }}]
You can’t perform that action at this time.
0 commit comments