Skip to content

Commit

Permalink
removing tests that are done on e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Dec 19, 2024
1 parent 72e5f68 commit 899ec61
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/integration-fuzz-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@ jobs:
run: |
cd contracts && forge build
- name: Churner
run: go test -v ./operators/churner/tests

- name: Indexer
run: go test -v ./core/indexer

- name: Node Plugin
run: go test -v ./node/plugin/tests

- name: eigenda-client
run: go test -v ./api/clients --testnet-integration

- name: Inabox E2E
run: make build && cd inabox && make run-e2e-fuzz

Expand Down

0 comments on commit 899ec61

Please sign in to comment.