Skip to content

Commit 80ad53b

Browse files
jimlinntuthaJeztah
authored andcommitted
add commands of how to run the test
Signed-off-by: Jim Lin <b04705003@ntu.edu.tw>
1 parent 2ea4dc1 commit 80ad53b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ Run test:
5151
docker buildx bake test
5252
```
5353

54+
Run the unit test:
55+
56+
```
57+
$ make -f docker.Makefile test-unit
58+
```
59+
60+
Run the full test suite:
61+
62+
```
63+
$ make -f docker.Makefile test
64+
```
65+
5466
List all the available targets:
5567

5668
```shell

0 commit comments

Comments
 (0)