Skip to content

Commit

Permalink
[CONFIG] [CI] [BUG] Warning mitigation (not a fix):
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Aug 25, 2023
1 parent 5f89801 commit a501557
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Go

on:
push:
branches: [ "main", "feature/*" ]
branches: [ "main", "develop", "feature/*" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -43,7 +43,10 @@ jobs:
- name: Lint golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m
version: v1.53
skip-pkg-cache: true
skip-build-cache: true

- name: Test
run: go test -v -coverprofile="coverage.out" ./...
Expand Down

0 comments on commit a501557

Please sign in to comment.