Skip to content

Commit

Permalink
wip: test hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Sep 3, 2024
1 parent 0fd47cc commit e932a25
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/irmin-git/dune
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
(modules test_unix)
(libraries alcotest irmin irmin-test test_git_unix))

(rule
(alias runtest)
(package irmin-git)
(action
(run %{exe:test.exe} -q --color=always)))

(rule
(alias runtest)
(package irmin-git)
(action
(run %{exe:test_unix.exe} -q --color=always)))
; (rule
; (alias runtest)
; (package irmin-git)
; (action
; (run %{exe:test.exe} -q --color=always)))
;
; (rule
; (alias runtest)
; (package irmin-git)
; (action
; (run %{exe:test_unix.exe} -q --color=always)))

0 comments on commit e932a25

Please sign in to comment.