Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ Run test:
docker buildx bake test
```

Run the unit test:

```
$ make -f docker.Makefile test-unit
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, we should probably make docker.Makefile the default one

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, there's been some back-and-forth on that, but it's definitely awkward having to specify the makefile every time

I think the tricky one was make build, which is not expected to require docker to build (as it's used as part of building deb, rpm packages etc.

```

Run the full test suite:

```
$ make -f docker.Makefile test
```

List all the available targets:

```shell
Expand Down
Loading