Skip to content

Commit

Permalink
Support dunetest for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maiste committed Nov 15, 2022
1 parent 70454c8 commit 1c45a69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: opam exec -- dune build @install

- name: Run tests
run: opam exec -- dune test
run: GITHUB_TESTS=true opam exec -- dune test

- name: Format code
run: opam exec -- dune build --auto-promote @fmt
Expand Down
5 changes: 5 additions & 0 deletions dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(cram
(applies_to example)
(enabled_if
(= true %{env:GITHUB_TESTS=false}))
(deps %{bin:omigrate}))
2 changes: 0 additions & 2 deletions example.t/dune

This file was deleted.

0 comments on commit 1c45a69

Please sign in to comment.