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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,9 @@ make docker.all // Expect some tests to succeed, some fail
43
43
```
44
44
45
45
## Getting started if you are not running Docker
46
-
If you are not running docker, you have to install languages we support on your host system. See the [Dockerfile](./Dockerfile) for how you can do this on debian-based systems. You can run the tests directly on your host system by doing:
46
+
If you are not running docker, you have to install languages we support on your host system. See the [Dockerfile](./Dockerfile) for how you can do this on debian-based systems.
47
+
48
+
You can run the tests directly on your host system by doing:
47
49
```
48
50
make test.example // Expect example tests to succeed
49
51
make test.01 // Expect fail because we don't have any day-01 tests
0 commit comments