Skip to content

Bump github.com/Layr-Labs/eigensdk-go from 0.0.10-0.20240121052628-2db70d4dfb61 to 0.1.0 #8

Bump github.com/Layr-Labs/eigensdk-go from 0.0.10-0.20240121052628-2db70d4dfb61 to 0.1.0

Bump github.com/Layr-Labs/eigensdk-go from 0.0.10-0.20240121052628-2db70d4dfb61 to 0.1.0 #8

Workflow file for this run

name: unit-tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
# needed otherwise the foundry image is not found
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Test
run: make test