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 278ffa8 commit f4b677bCopy full SHA for f4b677b
.github/workflows/test.yaml
@@ -90,7 +90,9 @@ jobs:
90
if: ${{ matrix.LUA == 'tarantool' }}
91
92
- name: Building
93
- run: cmake --build build --parallel $(nproc)
+ run: |
94
+ cmake --build build --parallel $(nproc)
95
+ --target ${{ matrix.LUA == 'tarantool' && 'lua-c-api-tests' || 'all' }}
96
97
- name: Testing
98
run: cmake --build build --target test
0 commit comments