Skip to content

Commit 8d75358

Browse files
authored
Merge pull request #2 from vinted/fix/format_readme
Fix README formatting
2 parents 96924e0 + ac2ad0e commit 8d75358

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Steps to run it:
6565
1. Build container that runs tests:
6666
`docker-compose build tester`
6767
1. Run tests:
68-
- only integration tests:
69-
`docker-compose run --rm tester go test ./test/...`
70-
- all tests:
71-
`docker-compose run --rm tester go test ./...`
68+
- only integration tests:
69+
`docker-compose run --rm tester go test ./test/...`
70+
- all tests:
71+
`docker-compose run --rm tester go test ./...`
7272
1. Check results
7373
1. Bring down testing infrastructure
7474
`docker-compose down`

0 commit comments

Comments
 (0)