Skip to content

Commit fa638e0

Browse files
committed
Revert "Focus on src/io/stm_tests.exe" to trigger a full test run.
This reverts commit 23c0789.
1 parent da63544 commit fa638e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dune

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
(name ci)
3737
(package multicoretests)
3838
(deps
39-
; (alias_rec %{env:DUNE_CI_ALIAS=testsuite})
40-
(alias_rec focusedtest)))
39+
(alias_rec %{env:DUNE_CI_ALIAS=testsuite})))
40+
; (alias_rec focusedtest)))
4141

4242
; @focusedtest
4343
; repeat a single test a couple of times
@@ -48,7 +48,7 @@
4848

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

5353
(rule
5454
(alias focusedtest)

0 commit comments

Comments
 (0)