Skip to content

Commit

Permalink
Merge branch 'nh/share-env-variables' of github.com:ChainSafe/lodesta…
Browse files Browse the repository at this point in the history
…r into nh/share-env-variables
  • Loading branch information
nazarhussain committed Feb 8, 2024
2 parents 254ab1e + 3a2a2e3 commit d9f3e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ GETH_BINARY_DIR=
LIGHTHOUSE_DOCKER_IMAGE=sigp/lighthouse:v4.6.0-amd64-modern-dev
NETHERMIND_DOCKER_IMAGE=nethermind/nethermind:1.25.3
# We mostly use mainnet for unit testsing
LODESTAR_PRESET=mainnet
LODESTAR_PRESET=mainnet
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ If you observe following error running any of the test files that means you are
- Spec tests often compare full expected vs actual states in JSON format.
- A single logical error can cause many spec tests to fail. To focus on a single test at a time you can use vitest's option `--bail 1` to stop at the first failed test
- To then run only that failed test you can run against a specific file as use vitest's filters option `-t <pattern>` to run only one case
- Before running the tests, make sure to switch to the package directory (e.g. `packages/beacon-node`) to speed up test execution

```sh
cd packages/beacon-node
yarn vitest --run --bail 1 --config vitest.spec.config.ts test/spec/presets/sanity.test.ts -t attester_slashing
```

Expand Down

0 comments on commit d9f3e6c

Please sign in to comment.