Skip to content

Commit

Permalink
Merge pull request #58 from candrews/patch-2
Browse files Browse the repository at this point in the history
fix: remove test-rego from Makefile
  • Loading branch information
simar7 authored Jan 19, 2024
2 parents 0f2bda7 + 40064dc commit b40fafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
go test -v ./...

.PHONY: rego
rego: fmt-rego test-rego
rego: fmt-rego

.PHONY: fmt-rego
fmt-rego:
Expand Down

0 comments on commit b40fafa

Please sign in to comment.