Skip to content

Commit

Permalink
Fix running tests in github workflow (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixik authored Jul 26, 2021
1 parent 79852bb commit 4626f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
matrix:
go-version: [1.16.x, 1.x]
steps:
uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
fetch-depth: 1
uses: WillAbides/setup-go-faster@v1
- uses: WillAbides/setup-go-faster@v1
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 4626f56

Please sign in to comment.