Skip to content

Commit 38df75e

Browse files
authored
Merge pull request #130 from aaithal/refactor_potential_races
Refactor Fluent Logger for Improved Thread Safety and Error Handling
2 parents e82787e + 6a76acc commit 38df75e

File tree

3 files changed

+264
-143
lines changed

3 files changed

+264
-143
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
go-version: ${{ matrix.golang }}
2626
- name: Test
27-
run: go test -v ./fluent
27+
run: go test -v -race -cover -covermode=atomic ./fluent
2828
shell: bash

0 commit comments

Comments
 (0)