Skip to content

Commit

Permalink
change ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Aug 2, 2023
1 parent 6e35082 commit e8f37fc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test-windows.yml
@@ -1,4 +1,4 @@
name: Push Check Windows-X64
name: Compatibility Test Windows-X64

on: pull_request

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test.yml
@@ -1,4 +1,4 @@
name: Push Check Linux-ARM
name: Compatibility Test Linux-X64|ARM

on: pull_request

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing-linux-x64.yml
@@ -1,4 +1,4 @@
name: Fuzz Linux-X64
name: Fuzz Test Linux-X64

on: pull_request

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generic_test.yml
@@ -1,4 +1,4 @@
name: Push Check Go1.18-Linux-X64
name: Generic Test Go1.18-Linux-X64

on: pull_request

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_latest_test.yml
@@ -1,4 +1,4 @@
name: Push Check Go-Latest-Linux-X64
name: Unit Test Go-Latest-Linux-X64

on: push

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test-linux-x64.yml
@@ -1,4 +1,4 @@
name: Push Check Linux-X64
name: Unit Test Linux-X64

on: push

Expand Down
5 changes: 4 additions & 1 deletion scripts/go_latest.sh
Expand Up @@ -14,4 +14,7 @@ export PATH=$GOROOT/bin:$PATH
go version

cd ..
GOMAXPROCS=4 go test -v -race ./...
GOMAXPROCS=4 go test -v -race .
GOMAXPROCS=4 go test -v -race github.com/bytedance/sonic/ast
GOMAXPROCS=4 go test -v -race github.com/bytedance/sonic/internal/encoder
GOMAXPROCS=4 go test -v -race github.com/bytedance/sonic/internal/decoder

0 comments on commit e8f37fc

Please sign in to comment.