Skip to content

Commit

Permalink
ci: testonly
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Dec 9, 2023
1 parent ea026ce commit ed6e797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: brokeyourbike/go-mockery-action@v0.1
with:
mockery-version: '2.33.0'
- run: mockery --inpackage --all --quiet
- run: mockery --inpackage --all --quiet --testonly
- uses: dominikh/staticcheck-action@v1
with:
version: '2023.1.5'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: brokeyourbike/go-mockery-action@v0.1
with:
mockery-version: '2.33.0'
- run: mockery --inpackage --all --quiet
- run: mockery --inpackage --all --quiet --testonly
- run: go build -v ./...
- run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...

Expand Down

0 comments on commit ed6e797

Please sign in to comment.