mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-10 13:18:29 -05:00
Fix sanity test steps in release action (#4418)
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -27,11 +27,17 @@ jobs:
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
# As a sanity check, ensure tests pass
|
||||
# Ensure minimal tests pass
|
||||
- name: Run tests for minimal
|
||||
run: make test preset=minimal
|
||||
run: |
|
||||
cd consensus-specs
|
||||
make test preset=minimal
|
||||
|
||||
# Ensure mainnet tests pass
|
||||
- name: Run tests for mainnet
|
||||
run: make test preset=mainnet
|
||||
run: |
|
||||
cd consensus-specs
|
||||
make test preset=mainnet
|
||||
|
||||
# Add support for large files
|
||||
- name: Install Git LFS
|
||||
|
||||
Reference in New Issue
Block a user