Skip to content

Commit 9c68080

Browse files
authored
Disable pytest checks in release action (#4610)
Doing this because they are so slow (10+ hours combined). Might re-enable in the future, after the v1.6.0-beta.0 release.
1 parent 4c96599 commit 9c68080

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,6 @@ jobs:
3737
exit 1
3838
fi
3939
40-
# Ensure framework tests pass
41-
- name: Run tests for test framework
42-
run: |
43-
cd consensus-specs
44-
make test component=fw
45-
46-
# Ensure minimal tests pass
47-
- name: Run tests for minimal
48-
run: |
49-
cd consensus-specs
50-
make test component=pyspec preset=minimal
51-
52-
# Ensure mainnet tests pass
53-
- name: Run tests for mainnet
54-
run: |
55-
cd consensus-specs
56-
make test component=pyspec preset=mainnet
57-
5840
# Add support for large files
5941
- name: Install Git LFS
6042
run: |

0 commit comments

Comments
 (0)