Skip to content

Commit

Permalink
Don't build tests for release (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlong authored May 6, 2020
1 parent 51d904c commit bb7fe3c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/dune
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
(executables
(tests
(names test_mssql)
(public_names test_mssql.exe)
(libraries alcotest-async mssql)
(preprocess
(pps ppx_jane)))

(alias
(name runtest)
(package mssql)
(action
(run ./test_mssql.exe)))

0 comments on commit bb7fe3c

Please sign in to comment.