Skip to content

Commit

Permalink
Stub out tests, remove arm building for now
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Sep 9, 2024
1 parent 0304da0 commit 6758331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
REGISTRY: "public.ecr.aws/z6g0f8n7"
REPOSITORY: ${{ github.event.repository.name }}
IMAGE_TAG: ${{ github.sha }}
PLATFORMS: "linux/amd64,linux/arm64"
PLATFORMS: "linux/amd64"
run: |
if [[ $GITHUB_REF == refs/heads/master ]]; then
docker buildx build --platform $PLATFORMS -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -t $REGISTRY/$REPOSITORY:latest --push .
Expand Down
6 changes: 6 additions & 0 deletions internal/eigenState/stakerShares/stakerShares_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,10 @@ func Test_StakerSharesState(t *testing.T) {

teardown(model)
})
t.Run("Should capture a staker share M1 Withdrawal", func(t *testing.T) {

})
t.Run("Should capture staker EigenPod shares", func(t *testing.T) {

})
}

0 comments on commit 6758331

Please sign in to comment.