Skip to content

Commit

Permalink
Remove --diff-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 19, 2020
1 parent 9135f8e commit 85ea3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- composer-v3
- restore_cache:
keys:
- psalm-cache-{{ checksum "/tmp/cachekey" }} # speeds up run with --diff and --diff-methods
- psalm-cache-{{ checksum "/tmp/cachekey" }} # speeds up diff run
- run: composer update

- save_cache:
Expand All @@ -29,7 +29,7 @@ jobs:

- run:
name: Static analysis
command: php -dextension=pcntl.so ./psalm --threads=10 --diff --diff-methods
command: php -dextension=pcntl.so ./psalm --threads=10

- save_cache:
key: psalm-cache-{{ checksum "/tmp/cachekey" }}
Expand Down

0 comments on commit 85ea3be

Please sign in to comment.