run tests on all platforms

This commit is contained in:
zapashcanon 2021-08-13 15:08:56 +02:00 committed by Simon Cruanes
parent bb69dade38
commit ac24129ed6
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -29,4 +29,3 @@ jobs:
- run: opam install -t . --deps-only
- run: opam exec -- dune build
- run: opam exec -- dune runtest
if: ${{ matrix.os == 'ubuntu-latest'}}