Skip to content

chore: Update rego to be partial execution friendly #3449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Aug 11, 2022
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
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
Next Next commit
Make test parallel
  • Loading branch information
Emyrk committed Aug 10, 2022
commit dd5c55cadb504a2c05e0886c4750e1eca81562c0
1 change: 1 addition & 0 deletions coderd/rbac/authz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (w fakeObject) RBACObject() rbac.Object {
}

func TestFilterError(t *testing.T) {
t.Parallel()
auth, err := rbac.NewAuthorizer()
require.NoError(t, err)

Expand Down