Use matrix build for OSX tests (#805)

* Update test.yml

* Update test.yml

* Update test.yml
pull/807/head
Nikita Sobolev 2 years ago committed by GitHub
parent 563ae4ec82
commit fee5b1a181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,14 +43,12 @@ jobs:
osx-ci:
runs-on: macos-latest
strategy:
matrix:
test-verbose: [0, 1]
steps:
- uses: actions/checkout@v3
- name: Install deps
run: brew install gawk gnupg
- name: Run checks
run: brew install gawk gnupg && make test
osx-ci-verbose-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run checks
run: brew install gawk gnupg && SECRETS_TEST_VERBOSE=1 make test
run: SECRETS_TEST_VERBOSE=${{ matrix.test-verbose }} make test

Loading…
Cancel
Save