Skip to content

Commit

Permalink
parallelize test amongst other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peteski22 committed Aug 11, 2024
1 parent 87603cc commit e1f262d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ func TestSendBlocking(t *testing.T) {
}

func TestGraph_process_StopRootRangeOnContextCancelled(t *testing.T) {
t.Parallel()

seen := atomic.Bool{}

Check failure on line 403 in graph_test.go

View workflow job for this annotation

GitHub Actions / build

undefined: atomic.Bool
ctx, cancel := context.WithCancel(context.Background())
l := &sync.RWMutex{}
Expand Down

0 comments on commit e1f262d

Please sign in to comment.