We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96924e0 + ac2ad0e commit 8d75358Copy full SHA for 8d75358
README.md
@@ -65,10 +65,10 @@ Steps to run it:
65
1. Build container that runs tests:
66
`docker-compose build tester`
67
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 ./...`
+ - only integration tests:
+ `docker-compose run --rm tester go test ./test/...`
+ - all tests:
+ `docker-compose run --rm tester go test ./...`
72
1. Check results
73
1. Bring down testing infrastructure
74
`docker-compose down`
0 commit comments