Skip to content

Commit 4daab38

Browse files
committed
test
1 parent 531431a commit 4daab38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-arm64-1.24.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Unit Test
3434
run: |
35-
GOMAXPROCS=4 go test -ldflags=-checklinkname=0 -race -covermode=atomic -coverprofile=coverage.txt $(go list $GITHUB_WORKSPACE/... | grep -v -E 'loader|jit|avx|x86|sse|examples')
35+
GOMAXPROCS=4 ls $GITHUB_WORKSPACE/... && go test -ldflags=-checklinkname=0 -race -covermode=atomic -coverprofile=coverage.txt $(go list $GITHUB_WORKSPACE/... | grep -v -E 'loader|jit|avx|x86|sse|examples')
3636
3737
- name: Data Race
3838
run: |

0 commit comments

Comments
 (0)