Skip to content

Commit

Permalink
ci: set name for quickstart; don't install mirage for normal tests
Browse files Browse the repository at this point in the history
maxRN committed Aug 23, 2024
1 parent ece6216 commit a8b6dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:

# We don't need Postgres for our tests so we opam to assume it's installed.
- name: Install dependencies
run: opam install --deps-only --with-test --with-doc --assume-depexts .
run: opam install --deps-only --with-test --with-doc --assume-depexts ./dream-pure.opam ./dream-httpaf.opam ./dream.opam

- name: Test
run: eval $(opam env) && make test
@@ -100,7 +100,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: ocaml/setup-ocaml@v3
name: Use OCaml
name: Use OCaml ${{matrix.ocaml-compiler}}
with:
ocaml-compiler: ${{matrix.ocaml}}
- name: Quick start

0 comments on commit a8b6dd2

Please sign in to comment.