diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index fa0bc516..60820d1b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -56,7 +56,7 @@ jobs: with: args: ./... - e2e-test: + holesky-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index a642ddc0..24d3e50c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,6 @@ go.work ## kzg cache e2e/resources/kzg/SRSTables/ - \ No newline at end of file + +## Vscode +/.vscode \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 96101d97..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Go Test E2E", - "type": "go", - "request": "launch", - "mode": "test", - "program": "${workspaceFolder}/e2e", - "env": { - "OPTIMISM": "true" - }, - "args": [ - "./e2e/...", - "-deploy-config", "/Users/ethenpociask/eigenlayer/eigenda-proxy/e2e/resources/optimism/devnetL1.json" - ] - }, - { - "name": "Launch Package", - "type": "go", - "request": "launch", - "mode": "auto", - "program": "${fileDirname}" - } - ] -} \ No newline at end of file