CI: test only on linux

This commit is contained in:
Simon Cruanes 2021-12-11 16:08:16 -05:00
parent b4667e9686
commit bcce3e22dc
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -18,3 +18,4 @@ jobs:
- run: opam install -t . --deps-only
- run: opam exec -- dune build
- run: opam exec -- dune runtest
if: ${{ matrix.operating-system == 'unbuntu-latest' }}