Skip to content

Commit

Permalink
Do not run Infection for itself on windows (#1611)
Browse files Browse the repository at this point in the history
* It takes too much time (26m vs 6-7m on Ubuntu)
* We already test Infection on Windows in `ci.yaml` in e2e tests

As a result, the whole build will take 6-7 minutes instead of 26 minutes
  • Loading branch information
maks-rafalko committed Dec 11, 2021
1 parent 9885adf commit 616b406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
operating-system: [ubuntu-latest]
php-version: ['7.4']
coverage-driver: [pcov]

Expand Down

0 comments on commit 616b406

Please sign in to comment.