Skip to content

Commit b2c0385

Browse files
committed
chore: revert attempt to make CodeQL pick up test files
1 parent 33c74aa commit b2c0385

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/scan.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
run: go mod download
6060

6161
- name: Compile Go package
62-
run: go build -v ./...
63-
64-
- name: Compile Go test files
65-
run: go vet -v ./...
62+
run: go build -v .
6663

6764
- name: Perform CodeQL Analysis
6865
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3

0 commit comments

Comments
 (0)