fix build circleci

This commit is contained in:
Thomas Quandalle
2022-06-21 17:31:05 +02:00
parent 3b02cbc96f
commit bee7157c2f
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ jobs:
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps:
- checkout
- run: apt-get install -y --no-install-recommends libavcodec-dev libavformat-dev libswscale-dev
- run: cd machinery && go mod download
- run: cd machinery && go test -v ./...
- run: cd machinery && go vet