mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Addressed release comments.
This commit is contained in:
@ -6,4 +6,5 @@ Release process
|
||||
|
||||
release-notes
|
||||
changelog
|
||||
codestyle
|
||||
codestyle
|
||||
testing
|
@ -16,8 +16,8 @@ There are several distinct test suites each with a different purpose;
|
||||
|
||||
**Other**: These include tests such as performance tests, stress tests, etc, and may be in an external repo.
|
||||
|
||||
These tests are mostly written with JUnit and can be run via ``gradle`` with ``gradlew test integrationTest smokeTest``
|
||||
or any combination of these three.
|
||||
These tests are mostly written with JUnit and can be run via ``gradle``. On windows run ``gradlew test integrationTest
|
||||
smokeTest`` and on unix run ``./gradlw test integrationTest smokeTest`` or any combination of these three arguments.
|
||||
|
||||
Before creating a pull request please make sure these pass.
|
||||
|
||||
|
Reference in New Issue
Block a user