Skip to content

Commit

Permalink
Fixed race conditions in acl module tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Apr 5, 2024
1 parent e04aa0b commit 3bf9e25
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 308 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ run:

test:
go clean -testcache && go test ./... -coverprofile coverage/coverage.out

test-race:
go clean -testcache && go test ./... --race
Loading

0 comments on commit 3bf9e25

Please sign in to comment.