Skip to content

Commit f4b677b

Browse files
committed
ci: tarantool [TO SQUASH]
1 parent 278ffa8 commit f4b677b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ jobs:
9090
if: ${{ matrix.LUA == 'tarantool' }}
9191

9292
- name: Building
93-
run: cmake --build build --parallel $(nproc)
93+
run: |
94+
cmake --build build --parallel $(nproc)
95+
--target ${{ matrix.LUA == 'tarantool' && 'lua-c-api-tests' || 'all' }}
9496
9597
- name: Testing
9698
run: cmake --build build --target test

0 commit comments

Comments
 (0)