Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
/packrPublic archive

Commit3aab0cf

Browse files
committed
fixed github action test
1 parentbf8c88d commit3aab0cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
uses:actions/checkout@v2
1414
with:
1515
fetch-depth:1
16+
-name:Setup Go ${{ matrix.go-version }}
17+
uses:actions/setup-go@v2
18+
with:
19+
go-version:${{ matrix.go-version }}
1620
-name:Test
1721
run:|
18-
go test -race ./...
22+
go test -race-cover -v./...
1923
go install -v ./packr2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp