Skip to content

Commit cf5686a

Browse files
committed
restore cargo vendor in test suite (#4886)
## Issue Addressed resolves #4440 ## Proposed Changes restore our `cargo vendor` test in CI changes to `c-kzg` here mean we no longer have to compile it twice and get duplicate source errors: #4862 Co-authored-by: realbigsean <[email protected]>
1 parent b527192 commit cf5686a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,8 @@ jobs:
364364
run: make arbitrary-fuzz
365365
- name: Run cargo audit
366366
run: make audit-CI
367-
# TODO(sean): re-enable this when we can figure it out with c-kzg
368-
# Issue: https://github.com/sigp/lighthouse/issues/4440
369-
# - name: Run cargo vendor to make sure dependencies can be vendored for packaging, reproducibility and archival purpose
370-
# run: CARGO_HOME=$(readlink -f $HOME) make vendor
367+
- name: Run cargo vendor to make sure dependencies can be vendored for packaging, reproducibility and archival purpose
368+
run: CARGO_HOME=$(readlink -f $HOME) make vendor
371369
check-msrv:
372370
name: check-msrv
373371
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)