HACKING.md: add basic documentation for the development
This commit adds a basic HACKING.md that explains the bare mimimum to get started, including `go test -short` to skip the expensive tests. Contains also a drive-by rename of the test dependency install for the GH action.
This commit is contained in:
parent
e9e8dc5256
commit
8ae5b98d9d
2 changed files with 43 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: sudo apt update
|
||||
|
||||
# This is needed for the container resolver dependencies
|
||||
- name: Install libgpgme devel package
|
||||
- name: Install test dependencies
|
||||
run: sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev podman
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue