We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972d3a9 commit 3ae5855Copy full SHA for 3ae5855
.github/workflows/test.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- run: opam depext --yes conf-postgresql
35
- run: opam depext --yes conf-libev
36
+ # Needed until https://github.com/reasonml/reason/pull/2660 is in opam.
37
+ - run: opam pin add reason --yes --no-action --dev-repo
38
- run: opam install --yes --deps-only --with-test ./dream.opam
39
- run: opam exec -- dune runtest
40
- run: |
0 commit comments