Skip to content

Commit e3c79cb

Browse files
authored
Remove mock-test from CI NoThunks runs and merge the two separated test runs back together (#1217)
# Description This PR removes the `mock-test` from the nightly CI NoThunks run in order to prevent the runs from being killed by the GitHub Actions runner due to taking too long.
2 parents 4f9f573 + be80bbb commit e3c79cb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,9 @@ jobs:
142142
if: matrix.test-set == 'all'
143143
run: cabal test all -j --test-show-details=streaming
144144

145-
- name: Test (NoThunks-safe tests only, part 1)
145+
- name: Test (NoThunks-safe tests only)
146146
if: matrix.test-set == 'no-thunks-safe'
147-
run: cabal test ouroboros-consensus:consensus-test ouroboros-consensus:doctest ouroboros-consensus:infra-test ouroboros-consensus:storage-test ouroboros-consensus-cardano:byron-test -j --test-show-details=streaming
148-
149-
- name: Test (NoThunks-safe tests only, part 2)
150-
if: matrix.test-set == 'no-thunks-safe'
151-
run: cabal test ouroboros-consensus-cardano:shelley-test ouroboros-consensus-diffusion:infra-test ouroboros-consensus-diffusion:mock-test ouroboros-consensus-protocol:protocol-test -j --test-show-details=streaming
147+
run: cabal test ouroboros-consensus:consensus-test ouroboros-consensus:doctest ouroboros-consensus:infra-test ouroboros-consensus:storage-test ouroboros-consensus-cardano:byron-test ouroboros-consensus-cardano:shelley-test ouroboros-consensus-diffusion:infra-test ouroboros-consensus-protocol:protocol-test -j --test-show-details=streaming
152148

153149
- name: Create baseline-benchmark
154150
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)