File tree Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Original file line number Diff line number Diff line change 3434 go run build/ci.go check_generate
3535 go run build/ci.go check_baddeps
3636
37- build-386 :
38- name : 32bit build
37+ keeper :
38+ name : Keeper Builds
3939 needs : test
4040 runs-on : [self-hosted-ghr, size-l-x64]
4141 steps :
@@ -49,10 +49,26 @@ jobs:
4949 go-version : ' 1.25'
5050 cache : false
5151
52- - name : Run tests
53- run : go test ./...
54- env :
55- GOARCH : 386
52+ - name : Build
53+ run : go run build/ci.go keeper
54+
55+ 32bit-tests :
56+ name : 32bit tests
57+ needs : test
58+ runs-on : [self-hosted-ghr, size-l-x64]
59+ steps :
60+ - uses : actions/checkout@v4
61+ with :
62+ submodules : true
63+
64+ - name : Set up Go
65+ uses : actions/setup-go@v5
66+ with :
67+ go-version : ' 1.25'
68+ cache : false
69+
70+ - name : Build
71+ run : go run build ci.go test -arch 386
5672
5773 test :
5874 name : Test
You can’t perform that action at this time.
0 commit comments