We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f472da2 commit 357430fCopy full SHA for 357430f
.github/workflows/lib.yml
@@ -12,3 +12,5 @@ jobs:
12
run: php -v && php -m && php -i
13
- name: build
14
run: cmake . && make VERBOSE=1 -j$(nproc)
15
+ - name: run tests
16
+ run: cd tests && cmake . && make VERBOSE=1 -j$(nproc)
0 commit comments