Skip to content

Commit

Permalink
REMOVE ME: focus on STM Out_channel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jan 5, 2024
1 parent 19bfb1a commit 6ce9790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
(name ci)
(package multicoretests)
(deps
(alias_rec %{env:DUNE_CI_ALIAS=runtest})))
; (alias_rec focusedtest)))
; (alias_rec %{env:DUNE_CI_ALIAS=runtest})))
(alias_rec focusedtest)))

; @focusedtest
; repeat a single test a couple of times
Expand All @@ -34,7 +34,7 @@

; To change the test to repeat, change the source of the `copy`:
(rule
(copy src/io/lin_tests_domain.exe focusedtest.exe))
(copy src/io/stm_tests.exe focusedtest.exe))

(rule
(alias focusedtest)
Expand Down

0 comments on commit 6ce9790

Please sign in to comment.