Update config.yml

This commit is contained in:
cedricve
2020-12-28 13:55:48 +01:00
parent 103b183071
commit 1c17badb5f

View File

@@ -23,5 +23,5 @@ jobs:
# specify any bash command here prefixed with `run: `
- run: cd backend
- run: go get -v -t -d ./...
- run: go mod download
- run: go test -v ./...