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 26, 2023
1 parent afaa509 commit 2b884a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- image: cimg/go:1.19
steps:
- checkout
- run:
command: e2e_test/run_all_tests.sh
- run:
command: go run build/ci.go test
lint-geth:
Expand Down

0 comments on commit 2b884a4

Please sign in to comment.