re-enable SECRETS_TEST_VERBOSE=1 for testing

This commit is contained in:
Josh Rabinowitz 2024-02-19 12:15:05 -05:00
parent 4a35ff06ac
commit 0b794fd662

View File

@ -39,7 +39,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run checks
run: SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
run: SECRETS_TEST_VERBOSE=1 SECRETS_DOCKER_ENV="${{ matrix.docker-env }}" make docker-ci
# SECRETS_TEST_VERBOSE=1 above makes alpine tests work, otherwise it fails 3 tests
osx-ci:
runs-on: macos-latest