Skip to content

Commit

Permalink
fix: support writeBarrier for Go 1.15 (bytedance#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY authored Jan 27, 2022
1 parent bf4e9e1 commit 526c468
Show file tree
Hide file tree
Showing 14 changed files with 106 additions and 3,507 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-check-go115.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
${{ runner.os }}-go-
- name: Unit Test
run: GOMAXPROCS=4 go test -v -gcflags=-d=checkptr=0 -covermode=atomic -coverprofile=coverage.out ./...
run: GOMAXPROCS=4 go test -v -gcflags=-d=checkptr=0 -race -covermode=atomic -coverprofile=coverage.out ./...
2 changes: 1 addition & 1 deletion .github/workflows/push-check-go116.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
${{ runner.os }}-go-
- name: Unit Test
run: GOMAXPROCS=4 go test -v -gcflags=-d=checkptr=0 -race -covermode=atomic -coverprofile=coverage.out ./...
run: GOMAXPROCS=4 go test -v -gcflags=-d=checkptr=0 -covermode=atomic -coverprofile=coverage.out ./...
Loading

0 comments on commit 526c468

Please sign in to comment.