I have a project built with SBT 0.13, and I publish it using the publishSigned task. How do I force this task to depend on the integration test task, so that integration tests will automatically run before publishing?
I have a project built with SBT 0.13, and I publish it using the publishSigned task. How do I force this task to depend on the integration test task, so that integration tests will automatically run before publishing?