Skip to content

Commit 060d32f

Browse files
committed
Actually test
1 parent bf57c93 commit 060d32f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ repos:
103103
- id: testing
104104
name: "Local Testing - Performing Tests"
105105
# yamllint disable-line rule:line-length
106-
entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh testing'
106+
entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh test_and_coverage'
107107
language: script
108108
pass_filenames: false
109109
- repo: https://github.com/igorshubovych/markdownlint-cli

scripts/tests_and_coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env bash -x
22
set -eu
33

44
my_path=$(git rev-parse --show-toplevel)

0 commit comments

Comments
 (0)