test(ci): expand CI build testing (#23812)
This commit is contained in:
parent
7df377415d
commit
da14035fcf
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -33,6 +33,8 @@ jobs:
|
||||
###################
|
||||
- name: Build
|
||||
run: GOARCH=${{ matrix.go-arch }} make build
|
||||
- name: Build with legacy app.go
|
||||
run: GOARCH=${{ matrix.go-arch }} COSMOS_BUILD_OPTIONS="legacy" make build
|
||||
# TODO re-add with comet v1
|
||||
#- name: Build with BLS12381
|
||||
# if: matrix.go-arch == 'amd64'
|
||||
@ -40,6 +42,9 @@ jobs:
|
||||
- name: Build with Secp_cgo
|
||||
if: matrix.go-arch == 'amd64'
|
||||
run: GOARCH=${{ matrix.go-arch }} COSMOS_BUILD_OPTIONS="secp" make build
|
||||
- name: Build with legacy app.go and Secp_cgo
|
||||
if: matrix.go-arch == 'amd64'
|
||||
run: GOARCH=${{ matrix.go-arch }} COSMOS_BUILD_OPTIONS="legacy,secp" make build
|
||||
###################
|
||||
## Build Tooling ##
|
||||
###################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user