Skip to content

Commit

Permalink
Merge pull request #972 from NathanBSC/enable_cgo_releasing
Browse files Browse the repository at this point in the history
fix: enable cgo when releasing and fix test cases
  • Loading branch information
NathanBSC committed Jul 7, 2023
2 parents a852665 + 7803b9e commit c729055
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
# uses: mxschmitt/action-tmate@v3

- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make build

# ==============================
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
# uses: mxschmitt/action-tmate@v3

- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make build

# ==============================
Expand Down
1 change: 1 addition & 0 deletions app/app_paramhub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/slashing"
"github.com/cosmos/cosmos-sdk/x/stake"
"github.com/stretchr/testify/assert"
"github.com/tendermint/go-amino"
abcicli "github.com/tendermint/tendermint/abci/client"
"github.com/tendermint/tendermint/abci/types"
abci "github.com/tendermint/tendermint/abci/types"
Expand Down

0 comments on commit c729055

Please sign in to comment.