Skip to content

Commit

Permalink
integration-tests: update readme, try to fix ci build (ethereum-optim…
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Oct 26, 2022
1 parent 9211525 commit 5f56b02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ jobs:
integration-tests:
machine:
image: ubuntu-2204:2022.07.1
docker_layer_caching: true
environment:
DOCKER_BUILDKIT: 1
parallelism: 3
Expand Down
5 changes: 4 additions & 1 deletion integration-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @eth-optimism/integration-tests

Note that these tests are ran against the legacy system, see `op-e2e` for
the bedrock test suite.

## Setup

Follow installation + build instructions in the [primary README](../README.md).
Expand Down Expand Up @@ -48,4 +51,4 @@ Actor tests use the same environment variables as the integration tests, so set
already. Then, run `yarn test:actor <args>` to run the tests. Note that it will be **very expensive** to run the actor
tests against mainnet, and that the tests can take a while to complete.

See [actor-tests/README.md](actor-tests/README.md) for information on actor tests.
See [actor-tests/README.md](actor-tests/README.md) for information on actor tests.

0 comments on commit 5f56b02

Please sign in to comment.