Update config.yml

This commit is contained in:
Cedric Verstraeten
2022-09-20 22:04:20 +02:00
parent 38b28b965c
commit e6257f4ec6

View File

@@ -9,7 +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: apt-get update && 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