We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da63544 commit fa638e0Copy full SHA for fa638e0
1 file changed
dune
@@ -36,8 +36,8 @@
36
(name ci)
37
(package multicoretests)
38
(deps
39
- ; (alias_rec %{env:DUNE_CI_ALIAS=testsuite})
40
- (alias_rec focusedtest)))
+ (alias_rec %{env:DUNE_CI_ALIAS=testsuite})))
+ ; (alias_rec focusedtest)))
41
42
; @focusedtest
43
; repeat a single test a couple of times
@@ -48,7 +48,7 @@
48
49
; To change the test to repeat, change the source of the `copy`:
50
(rule
51
- (copy src/io/stm_tests.exe focusedtest.exe))
+ (copy src/io/lin_tests_domain.exe focusedtest.exe))
52
53
54
(alias focusedtest)
0 commit comments