Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
fixed github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 committed Nov 22, 2021
1 parent bf8c88d commit 3aab0cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: |
go test -race ./...
go test -race -cover -v ./...
go install -v ./packr2

0 comments on commit 3aab0cf

Please sign in to comment.