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 - <<: *golang_image
steps: steps:
- checkout - checkout
- run: make - run: make manager
test: test:
docker: docker:
- <<: *golang_image - <<: *golang_image