Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 367c9b0

Browse files
author
noah
committed
WIP
1 parent ffca933 commit 367c9b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ jobs:
1010
go-test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
-
14-
uses: actions/checkout@v2
1513
-
1614
uses: actions/setup-go@v1
1715
with:
1816
go-version: '1.17'
17+
-
18+
uses: actions/checkout@v2
1919
-
2020
name: golangci-lint
2121
uses: golangci/golangci-lint-action@v2
2222
with:
2323
version: v1.42
2424
args: -D errcheck --timeout 2m
25-
skip-cache: true
25+
skip-pkg-cache: true
2626
-
2727
run: go test -cpu 4 -coverprofile .testCoverage.txt $(go list ./... | grep -v model/ent | grep -v mock)
2828
env:

0 commit comments

Comments
 (0)