Skip to content

Commit

Permalink
rename commands
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Aug 30, 2024
1 parent b8ba6a4 commit fa01d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
command: just test-add-chain
- notify-failures-on-main:
channel: C03N11M0BBN # to slack channel `notify-ci-failures`
golang-validate-genesis:
golang-validate-allocs:
docker:
- image: cimg/go:1.22.6-node
resource_class: medium
Expand All @@ -128,7 +128,7 @@ jobs:
- install-foundry
- install-gvm
- install-nvm
- run: just validate-genesis <<parameters.chainid>>
- run: just validate-genesis-allocs <<parameters.chainid>>
# TODO this should also be filtered on modified chains
golang-validate-modified:
shell: /bin/bash -eo pipefail
Expand Down Expand Up @@ -257,7 +257,7 @@ workflows:
- golang-lint
- golang-modules-tidy
- golang-test
- golang-validate-genesis:
- golang-validate-genesis-allocs:
matrix:
parameters:
chainid: ["7777777", "4801", "1750", "480","34443", "6806", "84532", "8453", "1135", "4202"]
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ validate CHAIN_ID:
TEST_DIRECTORY=./validation go run gotest.tools/gotestsum@latest --format testname -- -run='TestValidation/.+\({{CHAIN_ID}}\)$' -count=1

# Run genesis validation (this is separated from other validation checks, because it is not a part of drift detection)
validate-genesis CHAIN_ID:
validate-genesis-allocs CHAIN_ID:
TEST_DIRECTORY=./validation/genesis go run gotest.tools/gotestsum@latest --format standard-verbose -- -run='TestGenesisAllocs/.+\({{CHAIN_ID}}\)$' -timeout 0

promotion-test:
Expand Down

0 comments on commit fa01d6b

Please sign in to comment.