workflows/tests: set HOMEBREW_BOOTSNAP.
Set this for the only tests with measurable, multi-minute improvements.
This commit is contained in:
parent
4355f7cf25
commit
abb076116b
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -169,6 +169,8 @@ jobs:
|
||||
test-default-formula-linux:
|
||||
name: test default formula (Linux)
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HOMEBREW_BOOTSNAP: 1
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
id: set-up-homebrew
|
||||
@ -183,6 +185,8 @@ jobs:
|
||||
needs: syntax
|
||||
if: startsWith(github.repository, 'Homebrew/')
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
HOMEBREW_BOOTSNAP: 1
|
||||
steps:
|
||||
- name: Set up Homebrew
|
||||
id: set-up-homebrew
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user