run tests on all platforms

This commit is contained in:
zapashcanon 2021-08-13 15:08:56 +02:00
parent 763574e41f
commit 01a85c6b11
No known key found for this signature in database
GPG key ID: 8981C3C62D1D28F1

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'}}