You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,5 @@ Please report all issues and feature requests in [cloudfoundry/diego-release](ht
17
17
18
18
19
19
## Run Tests
20
-
21
-
1. First setup your [GOPATH and install the necessary dependencies](https://github.com/cloudfoundry/diego-release/blob/develop/CONTRIBUTING.md#initial-setup) for running tests.
22
-
1. Setup a MySQL server or a postgres server. [Please follow these instructions.](https://github.com/cloudfoundry/diego-release/blob/develop/CONTRIBUTING.md#running-the-sql-unit-tests)
23
-
1. Run the tests from the root directory of the rep repo:
24
-
```
25
-
SQL_FLAVOR=mysql ginkgo -r -p -race
26
-
```
20
+
See the instructions in [the Diego Release contributing guide](https://github.com/cloudfoundry/diego-release/blob/develop/.github/CONTRIBUTING.md#running-tests)
0 commit comments