Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

address comments from #11 #15

Merged
merged 6 commits into from
Sep 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! chore: internal/rbac: address comment from #11
  • Loading branch information
johnstcn committed Sep 13, 2021
commit c7dd4252ac00e35526d0e36f6838a3b24a4a1181
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ test: test/go

test/go:
@echo "--- go test"
$(shell scripts/test_go.sh)
scripts/test_go.sh
.PHONY: test/go