Skip to content

Commit

Permalink
add more race flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Oct 26, 2023
1 parent 8254f72 commit f9b7398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
${{ runner.os }}-go-
- name: main
run: GOMAXPROCS=4 go test -v -race github.com/bytedance/sonic
run: GOMAXPROCS=4 go test -v -gcflags="all=-l" -race github.com/bytedance/sonic

- name: ast
run: GOMAXPROCS=4 go test -v -race github.com/bytedance/sonic/ast
run: GOMAXPROCS=4 go test -v -gcflags="all=-l" -race github.com/bytedance/sonic/ast

- name: qemu
run: sh scripts/qemu.sh

0 comments on commit f9b7398

Please sign in to comment.