mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
run tests with verbosity on
This commit is contained in:
parent
01cc4430c7
commit
eed8ab239d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -39,7 +39,7 @@ 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
|
||||
|
||||
osx-ci:
|
||||
runs-on: macos-latest
|
||||
|
Loading…
Reference in New Issue
Block a user