chore: ensure CI runs all tests

This commit is contained in:
Simon Cruanes 2022-03-30 12:53:52 -04:00
parent 5ef3a03d35
commit 4ad8d91f7c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -36,5 +36,5 @@ jobs:
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip - run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
- run: opam exec -- dune build @src/runtest @examples/runtest - run: opam exec -- dune build @src/runtest @examples/runtest @tests/runtest
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}