Skip to content

Commit

Permalink
feat: speed up mutation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
St4rG00se committed Jun 8, 2022
1 parent f0fd3c1 commit 32b83e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: satackey/action-docker-layer-caching@v0.0.11
- uses: pat-s/always-upload-cache@v3
id: mutmut-cache
with:
path: build/reports/mutation/.mutmut-cache
key: ${{ github.repository }}-${{ github.ref }}-mutmut-cache
- uses: ./.github/actions/mutation_test
- uses: actions/upload-artifact@v3
if: always()
Expand Down
1 change: 1 addition & 0 deletions src/main/python/dev4py/utils/Stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from dev4py.utils.pipeline import StepPipeline, StepResult
from dev4py.utils.types import T, Function, R, V, Predicate, Supplier, BiConsumer, K, Consumer, BiFunction

toto= "hahah"

##############################
# PRIVATE MODULE FUNCTIONS #
Expand Down

0 comments on commit 32b83e4

Please sign in to comment.