We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cbcd6 commit 4448d55Copy full SHA for 4448d55
.github/workflows/ci.yml
@@ -28,4 +28,6 @@ jobs:
28
run: make lint
29
30
- name: Test
31
- run: make test
+ run: |
32
+ eval $(ssh-agent)
33
+ make test
0 commit comments