diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f4d306..5a96ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,10 @@ jobs: with: path: ${{ steps.go-cache-paths.outputs.go-mod }} key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} + - name: Install Make + run: sudo apt-get install make + - name: make install + run: make install - name: golangci-lint uses: golangci/golangci-lint-action@v5 with: @@ -109,6 +113,10 @@ jobs: with: path: ${{ steps.go-cache-paths.outputs.go-mod }} key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} + - name: Install Make + run: sudo apt-get install make + - name: make install + run: make install - name: Run Tests with Coverage run: go test -v -race -coverprofile=coverage.txt ./... - name: Print Coverage diff --git a/cmd/server/deps/.gitkeep b/cmd/server/deps/.gitkeep index e69de29..e166442 100644 --- a/cmd/server/deps/.gitkeep +++ b/cmd/server/deps/.gitkeep @@ -0,0 +1 @@ +.gitkeep diff --git a/cmd/server/public/.gitkeep b/cmd/server/public/.gitkeep index e69de29..e166442 100644 --- a/cmd/server/public/.gitkeep +++ b/cmd/server/public/.gitkeep @@ -0,0 +1 @@ +.gitkeep