fix: build target

This commit is contained in:
Demonsthere 2023-10-11 15:15:36 +02:00
parent d5ad7f4c99
commit 9d34613962

View File

@ -8,7 +8,7 @@ jobs:
- <<: *golang_image
steps:
- checkout
- run: make
- run: make manager
test:
docker:
- <<: *golang_image