Skip to content

Commit 6f3c1ad

Browse files
authored
Merge pull request #2943 from jimlinntu/add_test_commands_in_README
add commands of how to run the test
2 parents 33b3258 + 80ad53b commit 6f3c1ad

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)