Skip to content

Commit

Permalink
Fix units
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienM committed Feb 9, 2024
1 parent 9477d79 commit 12a566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd "$(mktemp -d)"
go mod init unit_tests
go get golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/tools/cmd/goimports@latest
- name: Run go vet
run: |
Expand Down

0 comments on commit 12a566c

Please sign in to comment.