Skip to content

Commit

Permalink
chore: removed simd tag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Jul 5, 2022
1 parent 9039137 commit 7083607
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ jobs:
- determine-image-tag
- docker-build
env:
SIMD_TAG: ${{ needs.determine-image-tag.outputs.simd-tag }}
SIMD_IMAGE: ghcr.io/cosmos/ibc-go-simd-e2e
SIMD_IMAGE: ghcr.io/cosmos/ibc-go-simd-e2e:${{ needs.determine-image-tag.outputs.simd-tag }}
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.build-test-matrix.outputs.matrix) }}
Expand Down
4 changes: 0 additions & 4 deletions e2e/fee_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ type FeeMiddlewareTestSuite struct {
}

func (s *FeeMiddlewareTestSuite) TestPlaceholder() {
tag, ok := os.LookupEnv("SIMD_TAG")
s.Require().True(ok)
s.T().Logf("SIMD_TAG=%s", tag)

image, ok := os.LookupEnv("SIMD_IMAGE")
s.Require().True(ok)
s.T().Logf("SIMD_IMAGE=%s", image)
Expand Down

0 comments on commit 7083607

Please sign in to comment.