Update config.yml

This commit is contained in:
cedricve
2020-12-28 13:56:31 +01:00
parent 1c17badb5f
commit 233b457990

View File

@@ -22,6 +22,5 @@ jobs:
- checkout
# specify any bash command here prefixed with `run: `
- run: cd backend
- run: go mod download
- run: go test -v ./...
- run: cd backend && go mod download
- run: cd backend && go test -v ./...