Skip to content

Commit

Permalink
update ci.yml with go moq and deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed Mar 31, 2024
1 parent 1c5e6ed commit 03cc034
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- run: cd cmd/mkunion; go get -v -t -d ./...
- run: cd cmd/mkunion; go build -o mkunion

- run: go get github.com/matryer/moq@latest
- run: |
go get github.com/matryer/moq@latest
echo "${{ github.workspace }}/go/bin" >> $GITHUB_PATH
- run: go get -v -t -d ./...
- run: go generate ./...
Expand Down

0 comments on commit 03cc034

Please sign in to comment.