Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: ./
with:
version: ${{ matrix.version }}
args: --timeout=5m --issues-exit-code=0 ./sample/...
args: --timeout=5m --issues-exit-code=0 ./fixtures/simple/...
only-new-issues: true

test-go-install: # make sure the action works on a clean machine without building (go-install mode)
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: ./
with:
version: ${{ matrix.version }}
args: --timeout=5m --issues-exit-code=0 ./sample/...
args: --timeout=5m --issues-exit-code=0 ./fixtures/simple/...
only-new-issues: true
install-mode: goinstall

Expand All @@ -97,8 +97,8 @@ jobs:
- macos-latest
- windows-latest
wd:
- sample-go-mod
- sample-go-tool
- fixtures/go-mod
- fixtures/go-tool
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: ./
with:
version: ${{ matrix.version }}
working-directory: sample-plugins
working-directory: fixtures/plugins
args: --timeout=5m --issues-exit-code=0 ./...

test-monorepo:
Expand All @@ -170,6 +170,6 @@ jobs:
go-version: oldstable
- uses: ./
with:
working-directory: sample-monorepo
working-directory: fixtures/monorepo
experimental: "automatic-module-directories"
args: --timeout=5m --issues-exit-code=0 ./...
File renamed without changes.
2 changes: 1 addition & 1 deletion sample-go-mod/go.mod → fixtures/go-mod/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sample
module github.com/golangci/sample

go 1.24.0

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sample-go-tool/go.mod → fixtures/go-tool/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sample
module github.com/golangci/sample

go 1.24.0

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading