Skip to content

Commit

Permalink
circleci: Run e2e_test before unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Sep 27, 2023
1 parent 9257311 commit eab0bc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
- image: cimg/go:1.19
steps:
- checkout
- run:
command: |
curl -L https://foundry.paradigm.xyz | SHELL=/usr/bin/bash bash
~/.foundry/bin/foundryup
- run:
command: make geth
- run:
command: PATH="~/.foundry/bin:${PATH}" e2e_test/run_all_tests.sh
- run:
command: go run build/ci.go test
lint-geth:
Expand Down

0 comments on commit eab0bc4

Please sign in to comment.