File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Here you can see the status of automatic tests run by Github CI:
3838If you are running docker, you can run tests inside a docker-container by doing:
3939```
4040make docker.example // Expect example tests to succeed
41- make docker.01 // Expect fail because we don't have any day-01 tests
41+ make docker.01 // Expect to fail because we don't have any day-01 solutions yet
4242make docker.all // Expect some tests to succeed, some fail
4343```
4444
@@ -48,7 +48,7 @@ If you are not running docker, you have to install languages we support on your
4848You can run the tests directly on your host system by doing:
4949```
5050make test.example // Expect example tests to succeed
51- make test.01 // Expect fail because we don't have any day-01 tests
51+ make test.01 // Expect fail because we don't have any day-01 solutions yet
5252make test.all // Expect some tests to succeed, some fail
5353```
5454
You can’t perform that action at this time.
0 commit comments