Skip to content

Commit 21959d9

Browse files
authored
Add instructions for running one test in Docker (#2456)
1 parent 95b6c10 commit 21959d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Use `docker.sh` to run commands inside the container:
6060

6161
``` sh
6262
./docker/build.sh # run once when dependencies change
63-
./docker/run.sh make ...
63+
./docker/run.sh make test # run all tests
64+
./docker/run.sh make -C test/imp test # run all tests in test/imp
6465
```
6566

6667
### Recommended dependencies

0 commit comments

Comments
 (0)