This commit is contained in:
André Roth
2026-06-07 23:22:49 +02:00
parent 00773f9840
commit 2974558aa7
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -130,14 +130,14 @@ aptly version: 1.5.0+189+g0fc90dff
In order to run aptly unit tests, enter the following:
```
make docker-unit-tests
make docker-unit-test
```
#### Running system tests
In order to run aptly system tests, enter the following:
```
make docker-system-tests
make docker-system-test
```
#### Running golangci-lint