Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Aug 17, 2023
1 parent 329e23a commit c77e11f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,9 @@ jobs:
with:
args: --build-tags integration -p bugs -p unused --timeout=5m

- name: Lint Structs
uses: golangci/golangci-lint-action@v3
with:
args: --enable exhaustruct ./cmd --tests=false --timeout=5m

- name: Test
run: |
make test
make test lint-structs
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c77e11f

Please sign in to comment.