Skip to content

Commit bb7fe3c

Browse files
authored
Don't build tests for release (#43)
1 parent 51d904c commit bb7fe3c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/dune

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
(executables
1+
(tests
22
(names test_mssql)
3-
(public_names test_mssql.exe)
43
(libraries alcotest-async mssql)
54
(preprocess
65
(pps ppx_jane)))
7-
8-
(alias
9-
(name runtest)
10-
(package mssql)
11-
(action
12-
(run ./test_mssql.exe)))

0 commit comments

Comments
 (0)