Commit 7772f32
authored
Tests: Disable Git Commit Signing in Tests (#397)
The test suite creates a tiny test suite with a custom user email.
If a developer working on Swiftly has commit signing enabled, that tool
will see that the committer email and the signing identity don't match,
and will fail to sign the commit, causing the `testGit` test to fail.
Disabling gpg signing commits in the temporary test repo.1 parent 747e8c0 commit 7772f32
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments