Skip to content

Commit 357430f

Browse files
committed
add tests fo action flow
1 parent f472da2 commit 357430f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lib.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
run: php -v && php -m && php -i
1313
- name: build
1414
run: cmake . && make VERBOSE=1 -j$(nproc)
15+
- name: run tests
16+
run: cd tests && cmake . && make VERBOSE=1 -j$(nproc)

0 commit comments

Comments
 (0)