Skip to content

Commit 9fb8774

Browse files
committed
revert change in build-script: we should test before publish
1 parent bb7299b commit 9fb8774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ SPDX-License-Identifier: Apache-2.0
9090

9191
<target name="tests" depends="unit-tests-coverage" description="Run all tests"/>
9292

93-
<target name="publish" depends="test, dist, publish-artifacts" description="Publish current version of JavaSMT to Ivy repository" />
93+
<target name="publish" depends="tests, dist, publish-artifacts" description="Publish current version of JavaSMT to Ivy repository" />
9494

9595
<target name="documentation" depends="collect-options, javadoc" description="Build documentation"/>
9696

0 commit comments

Comments
 (0)