We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96924e0 commit ac2ad0eCopy full SHA for ac2ad0e
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