Skip to content

Commit

Permalink
ci: add lfs support for the testing step
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ege <[email protected]>
  • Loading branch information
graugans committed Dec 25, 2023
1 parent 1102800 commit b3ccb79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
lfs: 'true'
go-version: '1.21'
- run: go test -v -cover -timeout=1m ./...
- run: git lfs pull
- run: go test -v -failfast -cover -timeout=1m ./...

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b3ccb79

Please sign in to comment.