Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
drshriveer committed Sep 14, 2023
1 parent f9078b9 commit 42b55c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_validation.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
with:
go-version-file: go.work
- run: just test

1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ generate target='all': _tools-generate

# always rebuild the genum executable in this package for testing.
# other packages should use something like:

# @go install github.com/drshriveer/gtools/genum/genum@{{ GENUM_VERSION }}
_tools-generate:
go build -o bin/genum genum/genum/main.go
Expand Down

0 comments on commit 42b55c7

Please sign in to comment.