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

Commit 652dd59

Browse files
author
noah
committed
WIP
1 parent 622475c commit 652dd59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
-
14-
uses: actions/setup-go@v1
14+
uses: actions/setup-go@v2
1515
with:
1616
go-version: '1.17'
1717
-
@@ -20,10 +20,8 @@ jobs:
2020
name: golangci-lint
2121
uses: golangci/golangci-lint-action@v2
2222
with:
23-
go: '1.17'
2423
version: v1.42
2524
args: -D errcheck --timeout 2m
26-
# skip-pkg-cache: true
2725
-
2826
run: go test -cpu 4 -coverprofile .testCoverage.txt $(go list ./... | grep -v model/ent | grep -v mock)
2927
env:

0 commit comments

Comments
 (0)