1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Remove --diff-methods

This commit is contained in:
Matthew Brown 2020-10-18 23:30:43 -04:00 committed by Daniil Gentili
parent e11be08f89
commit d03ff1d2af
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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:
@ -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" }}