Skip to content

Commit

Permalink
Use matrix build for OSX tests (#805)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update test.yml

* Update test.yml
  • Loading branch information
sobolevn authored Mar 27, 2022
1 parent 563ae4e commit fee5b1a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fee5b1a

Please sign in to comment.