Skip to content

Commit fb77c12

Browse files
committed
ci: run all tests
1 parent de29538 commit fb77c12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
opam_file: 'rocq-elpi.opam'
2929
custom_image: ${{ matrix.image }}
30+
after_script: |
31+
make all-examples
32+
make all-tests
3033
export: 'OPAMWITHTEST OPAMIGNORECONSTRAINTS OPAMVERBOSE' # space-separated list of variables
3134
env:
3235
OPAMWITHTEST: 'true'

0 commit comments

Comments
 (0)