Skip to content

Commit

Permalink
Run only ValidateBuilderSubmissionV2 test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Dec 4, 2023
1 parent 2db6565 commit 52b2066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test ./core ./miner/... ./internal/ethapi/... ./les/... ./builder/... ./eth/block-validation/...
run: go test ./core ./miner/... ./internal/ethapi/... ./les/... ./builder/... ./eth/block-validation/... --run "TestValidateBuilderSubmissionV2"

- name: Build
run: make geth
Expand Down

0 comments on commit 52b2066

Please sign in to comment.