File tree Expand file tree Collapse file tree 1 file changed +30
-27
lines changed Expand file tree Collapse file tree 1 file changed +30
-27
lines changed Original file line number Diff line number Diff line change 10
10
branches : [ "main" ]
11
11
12
12
jobs :
13
- build-test :
13
+ build-test-linux :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v3
17
17
18
- - name : Set up Go
19
- uses : actions/setup-go@v3
20
- with :
21
- go-version : 1.24
18
+ - name : Set up Go
19
+ uses : actions/setup-go@v3
20
+ with :
21
+ go-version : 1.24
22
22
23
- - name : Build
24
- run : go build -v ./...
23
+ - name : Build
24
+ run : go build -v ./...
25
25
26
- - name : Test
27
- run : go test -run TestCherriNoSign -v ./...
26
+ - name : Test
27
+ run : go test -run TestCherri -v ./...
28
28
29
- - name : Decompilation Test
30
- run : go test -run TestDecomp -v ./...
29
+ - name : Decompilation Test
30
+ run : go test -run TestDecomp -v ./...
31
31
32
32
build-macos :
33
33
runs-on : macos-13
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v3
36
36
37
- - name : Set up Go
38
- uses : actions/setup-go@v3
39
- with :
40
- go-version : 1.22
37
+ - name : Set up Go
38
+ uses : actions/setup-go@v3
39
+ with :
40
+ go-version : 1.22
41
41
42
- - name : Build
43
- run : go build -v ./...
42
+ - name : Build
43
+ run : go build -v ./...
44
44
45
- build-windows :
45
+ build-test- windows :
46
46
runs-on : windows-latest
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v3
49
49
50
- - name : Set up Go
51
- uses : actions/setup-go@v3
52
- with :
53
- go-version : 1.22
50
+ - name : Set up Go
51
+ uses : actions/setup-go@v3
52
+ with :
53
+ go-version : 1.22
54
54
55
- - name : Build
56
- run : go build -v ./...
55
+ - name : Build
56
+ run : go build -v ./...
57
+
58
+ - name : Test
59
+ run : go test -run TestCherri -v ./...
You can’t perform that action at this time.
0 commit comments